{
  "agency": {
    "country": "CY",
    "id": "npt-lefkosia",
    "name": "Nicosia Public Transport (NPT)",
    "subdivision_code": "CY-01",
    "subdivision_name": "Lefkosia"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 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_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": 1778,
        "translations": {
          "feed_lang": "en",
          "has_translations": true,
          "languages": [
            "el"
          ],
          "translated_tables": [
            "routes",
            "stops",
            "trips"
          ],
          "translation_count": 12871
        },
        "trips": 9320,
        "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": 1778,
          "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": "1778 of 1778 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": 9320,
          "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": "9320 of 9320 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 52.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 published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 8,
        "instances_by_severity": {
          "ERROR": 4,
          "INFO": 0,
          "WARNING": 419
        },
        "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": "mixed_case_recommended_field",
          "count": 162,
          "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": "fast_travel_between_consecutive_stops",
          "count": 135,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "same_name_and_description_for_stop",
          "count": 54,
          "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": "fast_travel_between_far_stops",
          "count": 51,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "duplicate_route_name",
          "count": 13,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 6.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."
        }
      ],
      "name": "correctness",
      "score": 42.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 423 instances (4 error, 419 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 89,
        "effective_expiry_date": "2026-10-21",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2026-10-21",
        "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 89 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": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 89 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. 1 validator error to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0 through the Republic of Cyprus open-data portal; credit the Cyprus Public Works Department.",
    "reachable": true,
    "sha256": "beb5349b6067fad882196cccff7e4e454fb721aa82dc15bf49808e7faa4ba451",
    "size_bytes": 3088713,
    "static_url": "https://www.motionbuscard.org.cy/opendata/downloadfile?file=GTFS%5C9_google_transit.zip&rel=True"
  },
  "fetch": {
    "final_url": "https://www.motionbuscard.org.cy/opendata/downloadfile?file=GTFS%5C9_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-07-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      32.7236,
      34.90585,
      33.54575,
      35.19148
    ],
    "lat": 35.12139,
    "lon": 33.33298,
    "stop_count": 1778
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 194,
        "trip_count": 9320,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 194,
    "trip_count": 9320
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 56.0,
    "margin_to_next_band": 4.0,
    "score": 56.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 67,
      "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": "67 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (22, 23, 27, 27, 28, and more).",
      "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": 649,
      "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": "649 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Evagorou Ave. - Vasileos Pavlou\", \"Lykavitou Ave. - Nikolaou Saripolou\", \"Archangelou Michail - Lefkosias - Troodous HWY\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 1778,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 9320
  },
  "route_map": {
    "drawn_route_count": 180,
    "has_shapes": true,
    "path": "data/artifacts/npt-lefkosia/geometry.geojson",
    "route_count": 194,
    "routes": [
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": false,
        "id": "100011",
        "label": "10",
        "long": "Makario - Pournara - Makario",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0052A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "1010011",
        "label": "101",
        "long": "Tamasos Bus Station - Makario Stadium Bus Station",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0052A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "1010012",
        "label": "101",
        "long": "Makario Stadium Bus Station - Tamasos Bus Station",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0052A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "1010021",
        "label": "101",
        "long": "Tamasos Bus Station - Industrial Area Ergates - Makario",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0052A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "1010022",
        "label": "101",
        "long": "Makario Stadium Bus Station- Industrial Area Ergates-Ta",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BF8F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "110011",
        "label": "11",
        "long": "Isokratous - Makario Stadium - Solomou Sq.",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BF8F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "110012",
        "label": "11",
        "long": "Solomou Sq. - Makario Stadium - Isokratous",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "99CC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "120011",
        "label": "12",
        "long": "Al. Panagouli - Makario Stadium - Solomou Sq.",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "99CC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "120012",
        "label": "12",
        "long": "Solomou Sq. - Makario Stadium - Al. Panagouli",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "996600",
        "color_name": "brown",
        "has_shape": true,
        "id": "130011",
        "label": "13",
        "long": "Makario Stadium - Solomou Sq.",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "996600",
        "color_name": "brown",
        "has_shape": true,
        "id": "130012",
        "label": "13",
        "long": "Solomou Sq. - Makario Stadium",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FB4040",
        "color_name": "red",
        "has_shape": true,
        "id": "150011",
        "label": "15",
        "long": "Lakatameia - Archangelos - Makario Stadium",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FB4040",
        "color_name": "red",
        "has_shape": true,
        "id": "150012",
        "label": "15",
        "long": "Makario Stadium - Archangelos - Lakatameia",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FB4040",
        "color_name": "red",
        "has_shape": false,
        "id": "150021",
        "label": "15",
        "long": "Ave. Ag. Georgiou - Alamanas - Makario Stadium Bus Stat",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "1560011",
        "label": "56L",
        "long": "Lympia - Alampra Ind. Area - Alampra Bus Station",
        "short": "56L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "1560012",
        "label": "56L",
        "long": "Alampra Bus Station - Alampra Ind. Area - Lympia",
        "short": "56L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "160011",
        "label": "16",
        "long": "Makario Stadium Bus Station - NICOSIA MALL",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "160012",
        "label": "16",
        "long": "Nicosia Mall - Makario Stadium",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "1680011",
        "label": "68B",
        "long": "Michalaki Karaoli - Kythreas - Andrea Zitti - Grigori A",
        "short": "68B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "1680012",
        "label": "68B",
        "long": "Andrea Zitti - Grigori Afxentiou Avenue - Michalaki Kar",
        "short": "68B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BDCD24",
        "color_name": "yellow",
        "has_shape": true,
        "id": "170021",
        "label": "17",
        "long": "Anthoupoli - Archangel Michael (via UNDERPASS) - Makari",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BDCD24",
        "color_name": "yellow",
        "has_shape": true,
        "id": "170022",
        "label": "17",
        "long": "Makario Stadium Bus Station - Ave. Eleftherias - Dimokr",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BDCD24",
        "color_name": "yellow",
        "has_shape": false,
        "id": "170031",
        "label": "17",
        "long": "Ave. Eleftherias - Dimokratias - Makario Stadium Bus St",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "832D7D",
        "color_name": "purple",
        "has_shape": true,
        "id": "190011",
        "label": "19",
        "long": "Strovolos Station - Prodromou - Solomou Square",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "832D7D",
        "color_name": "purple",
        "has_shape": true,
        "id": "190012",
        "label": "19",
        "long": "Solomou Square - Prodromou - Strovolos Station",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009900",
        "color_name": "green",
        "has_shape": true,
        "id": "220021",
        "label": "22",
        "long": "Strovolos Station - P.Lakatamia - Strovolos Station",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9966FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "230031",
        "label": "23",
        "long": "Strovolos - Salaminos/Tseri - Strovolos",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "240011",
        "label": "24",
        "long": "Ouranou - Konstantinoupoleos - Strovolos Station",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "240012",
        "label": "24",
        "long": "Strovolou Station - Konstantinoupoleos - Ouranou",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC3399",
        "color_name": "pink",
        "has_shape": true,
        "id": "250011",
        "label": "25",
        "long": "Strovolos Station - Gen. Hospital Bus Station",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC3399",
        "color_name": "pink",
        "has_shape": true,
        "id": "250012",
        "label": "25",
        "long": "Gen. Hospital Bus Station - Strovolos Station",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC3399",
        "color_name": "pink",
        "has_shape": false,
        "id": "250022",
        "label": "25",
        "long": "Gen. Hospital Bus Station - Strovolos Station",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FB7011",
        "color_name": "orange",
        "has_shape": true,
        "id": "260011",
        "label": "26",
        "long": "Gen. Hospital - Solomos Square",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FB7011",
        "color_name": "orange",
        "has_shape": true,
        "id": "260012",
        "label": "26",
        "long": "Solomos Square -  Gen. Hospital",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF3300",
        "color_name": "red",
        "has_shape": true,
        "id": "270011",
        "label": "27",
        "long": "Strovolos Station - Gen. Hospital Bus Station",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF3300",
        "color_name": "red",
        "has_shape": true,
        "id": "270012",
        "label": "27",
        "long": "Gen. Hospital Bus Station - Strovolos Station",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF33CC",
        "color_name": "pink",
        "has_shape": true,
        "id": "280011",
        "label": "28",
        "long": "CYTA Headquarters - Tzon Kenendy - Solomou Square",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF33CC",
        "color_name": "pink",
        "has_shape": true,
        "id": "280012",
        "label": "28",
        "long": "Solomou Square - Tzon Kenendy - CYTA Headquarters",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "663300",
        "color_name": "brown",
        "has_shape": true,
        "id": "290021",
        "label": "29",
        "long": "Gen. Hospital - Cyprus Pedagogigcal Instittue - Morning",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "663300",
        "color_name": "brown",
        "has_shape": true,
        "id": "290022",
        "label": "29",
        "long": "Morningside school - Cyprus Pedagogical  Institute - Ge",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "66CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "310031",
        "label": "31",
        "long": "Solomou Square - Kantaras/Kaimakli - Solomou Square",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "52DA10",
        "color_name": "green",
        "has_shape": true,
        "id": "320011",
        "label": "32",
        "long": "SOPAZ - John Kennedy Avenue - Stasinou Avenue - Solomos",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "52DA10",
        "color_name": "green",
        "has_shape": true,
        "id": "320012",
        "label": "32",
        "long": "Solomou square - Stasinou Avenue - John Kenedy Avenue -",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6699FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "330011",
        "label": "33",
        "long": "University of Cyprus / Aglantzia - Solomou Square",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6699FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "330012",
        "label": "33",
        "long": "Dionysios Solomos Square A - University of Cyprus - Nor",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AC00AC",
        "color_name": "purple",
        "has_shape": true,
        "id": "360011",
        "label": "36",
        "long": "Geriou - Gen. Hospital Bus Station",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AC00AC",
        "color_name": "purple",
        "has_shape": true,
        "id": "360012",
        "label": "36",
        "long": "Gen. Hospital Bus Station - Geriou",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AC00AC",
        "color_name": "purple",
        "has_shape": true,
        "id": "360021",
        "label": "36",
        "long": "Geriou - Agios Eleftherios - Gen. Hospital Bus Station",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AC00AC",
        "color_name": "purple",
        "has_shape": true,
        "id": "360022",
        "label": "36",
        "long": "Gen. Hospital Bus Station - Agios Eleftherios - Geriou",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF33CC",
        "color_name": "pink",
        "has_shape": true,
        "id": "380021",
        "label": "38",
        "long": "Geri Industrial Area - Gen. Hospital - University of Cy",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF33CC",
        "color_name": "pink",
        "has_shape": true,
        "id": "380022",
        "label": "38",
        "long": "University of Cyprus - Gen. Hospital - Geri Industrial",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "390011",
        "label": "39",
        "long": "Geri - Univ. of Cyprus",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "390012",
        "label": "39",
        "long": "Univ. of Cyprus - Geri",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "4000011",
        "label": "400",
        "long": "Astromeritis - Peristerona - Akaki - Kokkinotrimithia -",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "4000012",
        "label": "400",
        "long": "Dionysios Solomos Square - Troodous - Pavlou Liasidi",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "4000021",
        "label": "400",
        "long": "Astromeritis - Makario Stadium Bus Station",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "4000022",
        "label": "400",
        "long": "Makario Stadium Bus Station - Troodous - Pavlou Liasidi",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "4050011",
        "label": "405",
        "long": "Kakopetria -Evrychou(MR) - Akaki/Peristerona/Astromerit",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "4050012",
        "label": "405",
        "long": "Anoigma Kolokasi - Galata Square",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "4050041",
        "label": "405",
        "long": "Kakopetria - Astromeritis - Makario Stadium Bus St.",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "4050042",
        "label": "405",
        "long": "Makario Stadium Bus Station - Galata Square",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "4080021",
        "label": "408",
        "long": "Troodos Square - Makario Stadium Bus Station",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "4080022",
        "label": "408",
        "long": "Makario Stadium Bus Station - Troodos Square",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "410011",
        "label": "41",
        "long": "Makario Stadium - Univ. of Cyprus",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "410012",
        "label": "41",
        "long": "Univ. of Cyprus - Makario Stadium",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "420021",
        "label": "42",
        "long": "Makario Stadium - SOPAZ - University Of Cyprus",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "420022",
        "label": "42",
        "long": "University Of Cyprus - SOPAZ - Makario Stadium",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC3300",
        "color_name": "red",
        "has_shape": true,
        "id": "430011",
        "label": "43",
        "long": "Strovolos Station - Univ. of Cyprus",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC3300",
        "color_name": "red",
        "has_shape": true,
        "id": "430012",
        "label": "43",
        "long": "University Of Cyprus - Strovolos Station",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF5050",
        "color_name": "red",
        "has_shape": true,
        "id": "440011",
        "label": "44",
        "long": "Strovolos St. - Univ. Of Cyprus",
        "short": "44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF5050",
        "color_name": "red",
        "has_shape": true,
        "id": "440012",
        "label": "44",
        "long": "Univ. of Cyprus - Strovolos St.",
        "short": "44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CC00",
        "color_name": "green",
        "has_shape": true,
        "id": "460011",
        "label": "46",
        "long": "Makario Bus Station - Strovolos St.- Univ. of Cyprus",
        "short": "46",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CC00",
        "color_name": "green",
        "has_shape": true,
        "id": "460012",
        "label": "46",
        "long": "Univ. of Cyprus - Strovolos St.- Makario Bus Station",
        "short": "46",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7030A0",
        "color_name": "purple",
        "has_shape": true,
        "id": "470011",
        "label": "47",
        "long": "Makario Stadium Bus Station - Nicosia General Hospital",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7030A0",
        "color_name": "purple",
        "has_shape": true,
        "id": "470012",
        "label": "47",
        "long": "Nicosia General Hospital - Makario Stadium Bus Station",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00CC99",
        "color_name": "teal",
        "has_shape": true,
        "id": "480011",
        "label": "48",
        "long": "Anthoupoli - Univ. of Cyprus",
        "short": "48",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CC99",
        "color_name": "teal",
        "has_shape": true,
        "id": "480012",
        "label": "48",
        "long": "Univ. of Cyprus - Anthoupoli",
        "short": "48",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "500011",
        "label": "50",
        "long": "Agia Anna - Psevda - Alampra Bus Station",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "500012",
        "label": "50",
        "long": "Alampra Bus Station - Psevda - Agia Anna",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "5010011",
        "label": "1",
        "long": "Makario Stadium - Strovolos St. - Solomou Sq.",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "5010012",
        "label": "1",
        "long": "Solomou Sq. - Strovolos St. - Makario Stadium",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3366FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "5020011",
        "label": "2",
        "long": "Tamasos Bus Station - Strovolos Station - Solomou Squar",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3366FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "5020012",
        "label": "2",
        "long": "Solomou Square - Strovolos St. - Tamasos Bus Station",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3366FF",
        "color_name": "blue",
        "has_shape": false,
        "id": "5020021",
        "label": "2",
        "long": "Tamasos Bus Station - Strovolos Station - Solomou Squar",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3366FF",
        "color_name": "blue",
        "has_shape": false,
        "id": "5020022",
        "label": "2",
        "long": "Solomou Square - Strovolos St. - Tamasos Bus Station",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "5030011",
        "label": "3",
        "long": "Alampra Bus St. - Gen. Hospital Bus St. - Solomou Squar",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "5030012",
        "label": "3",
        "long": "Solomou Sq. - Alampra Bus St.",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "5040011",
        "label": "4",
        "long": "Gen. Hospital - Solomou Square",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "5040012",
        "label": "4",
        "long": "Solomou Square - Gen. Hospital",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "5040021",
        "label": "4",
        "long": "Carlsberg - Gen. Hospital - Solomou Square",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "5040022",
        "label": "4",
        "long": "Solomou Square - Gen. Hospital - Carlsberg",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "339969",
        "color_name": "green",
        "has_shape": true,
        "id": "5050011",
        "label": "5",
        "long": "Alampra Bus Station - Solomou Square",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "339969",
        "color_name": "green",
        "has_shape": true,
        "id": "5050012",
        "label": "5",
        "long": "Solomou Square - Alampra Bus Station",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "339969",
        "color_name": "green",
        "has_shape": true,
        "id": "5050021",
        "label": "5",
        "long": "Alambra Station - Industrial Dali - Carlsberg - Highway",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "339969",
        "color_name": "green",
        "has_shape": true,
        "id": "5050022",
        "label": "5",
        "long": "Solomou Square - Highway - Carlsberg - Industrial Dali",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "510011",
        "label": "51",
        "long": "Sia - Mosfiloti - Alampra - Alampra Bus Station",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "510012",
        "label": "51",
        "long": "Alampra Bus Station - Alampra - Mosfiloti - Sia",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "520021",
        "label": "52",
        "long": "Potamia - Dali - Pera Chorio - Alampra Bus Station",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "520022",
        "label": "52",
        "long": "Alampra - Pera Chorio - Dali - Potamia",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "530011",
        "label": "53",
        "long": "Pyrga - Kornos - Alampra Bus Station",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "530012",
        "label": "53",
        "long": "Alampra Bus Station - Kornos - Pyrga",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "540011",
        "label": "54",
        "long": "Lythrodontas - Mathiatis - Ag. Varvara - Alampra Bus St",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "540012",
        "label": "54",
        "long": "Alampra Bus Station - Ag. Varvara - Mathiatis - Lythrod",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "540021",
        "label": "54",
        "long": "Lythrodontas  (Dorou Loizou) - Mathiatis - Ag. Varvara",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "540022",
        "label": "54",
        "long": "Alampra Bus St- Ag. Varvara - Mathiatis - Lythrodontas",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "408080",
        "color_name": "teal",
        "has_shape": true,
        "id": "560011",
        "label": "56",
        "long": "Athienou - Lympia - Alampra Bus Station",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "408080",
        "color_name": "teal",
        "has_shape": true,
        "id": "560012",
        "label": "56",
        "long": "Alampra Bus Station - Lympia - Athienou",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "408080",
        "color_name": "teal",
        "has_shape": true,
        "id": "560021",
        "label": "56",
        "long": "Athienou - Alampra Bus Station (via HIGHWAY)",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "408080",
        "color_name": "teal",
        "has_shape": true,
        "id": "560022",
        "label": "56",
        "long": "Alampra Bus Station - Athienou (via HIGHWAY)",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8080",
        "color_name": "pink",
        "has_shape": true,
        "id": "590011",
        "label": "59",
        "long": "Marki - Kotsiatis - Alampra Bus Station",
        "short": "59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8080",
        "color_name": "pink",
        "has_shape": true,
        "id": "590012",
        "label": "59",
        "long": "Alampra Bus Station - Marki",
        "short": "59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808080",
        "color_name": "gray",
        "has_shape": true,
        "id": "600011",
        "label": "60",
        "long": "Mitsero - Agrokipia - Ag. Ioannis - Tamasos Bus Station",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808080",
        "color_name": "gray",
        "has_shape": true,
        "id": "600012",
        "label": "60",
        "long": "Tamasos Bus Station - Ag. Ioannis - Agrokipia - Mitsero",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "610011",
        "label": "61",
        "long": "Alithinou - Polystypos - Mitsero - Tamasos Bus Station",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "610012",
        "label": "61",
        "long": "Tamasos Bus Station - Mitsero - Polystypos - Alithinou",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "620011",
        "label": "62",
        "long": "Palaichori - Ag. Sotira - Apliki - Ag. Epifanios - Tama",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "620012",
        "label": "62",
        "long": "Tamasos Bus Station - Ag. Epifanios - Apliki - Ag. Soti",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "620021",
        "label": "62",
        "long": "Palaichori - Ag. Sotira - Apliki - Ag. Epifanios - Tama",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "620022",
        "label": "62",
        "long": "Tamasos Bus Station - Ag. Epifanios - Apliki - Ag. Soti",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800000",
        "color_name": "red",
        "has_shape": false,
        "id": "630011",
        "label": "63",
        "long": "Tamasos Station - Ag. Epifanios - Apliki -Ag. Sotira -",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800000",
        "color_name": "red",
        "has_shape": false,
        "id": "630012",
        "label": "63",
        "long": "Tamasos Station - Ag. Epifanios - Apliki -Ag. Sotira -",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800000",
        "color_name": "red",
        "has_shape": true,
        "id": "630021",
        "label": "63",
        "long": "Fterikoudi - Askas - Palaichori - Ag. Sotira - Apliki -",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800000",
        "color_name": "red",
        "has_shape": true,
        "id": "630022",
        "label": "63",
        "long": "Tamasos Station - Ag. Epifanios - Apliki -Ag. Sotira -",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800000",
        "color_name": "red",
        "has_shape": true,
        "id": "630031",
        "label": "63",
        "long": "Fterikoudi - Askas - Palaichori - Ag. Sotira - Apliki -",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800000",
        "color_name": "red",
        "has_shape": true,
        "id": "630032",
        "label": "63",
        "long": "Tamasos Station - Ag. Epifanios - Apliki -Ag. Sotira -",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "640021",
        "label": "64",
        "long": "Agros - Palaichori - Ag. Sotira - Apliki - Ag. Epifanio",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "640022",
        "label": "64",
        "long": "Tamasos Station - Ag Epifanios - Apliki - Ag. Sotira -",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "640031",
        "label": "64",
        "long": "Agros - Palaichori - Ag. Sotira - Apliki - Ag. Epifanio",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "640032",
        "label": "64",
        "long": "Tamasos Station - Ag Epifanios - Apliki - Ag. Sotira -",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "650011",
        "label": "65",
        "long": "Kampi - Farmakas - Gourri - Kalo Chorio - Tamasos Bus S",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "650012",
        "label": "65",
        "long": "Tamasos Bus St. - Kalo Chorio - Gourri - Farmakas - Kam",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804000",
        "color_name": "brown",
        "has_shape": true,
        "id": "660011",
        "label": "66",
        "long": "Gourri - Kalo Chorio - Malounta - Tamasos Bus Station",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804000",
        "color_name": "brown",
        "has_shape": true,
        "id": "660012",
        "label": "66",
        "long": "Tamasos Bus Station - Malounta - Kalo Chorio - Gourri",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "670011",
        "label": "67",
        "long": "Kalo Chorio - Klirou - Malounta - Tamasos Bus Station",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "670012",
        "label": "67",
        "long": "Tamasos Bus Station - Malounta - Klirou - Kalo Chorio",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "680011",
        "label": "68",
        "long": "Old Ag. Georgios Church - Andrea Zitti - Grigori Afxent",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "680012",
        "label": "68",
        "long": "Andrea Zitti - Grigori Afxentiou Avenue - Old Ag. Georg",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "680021",
        "label": "68",
        "long": "Kapedes - Pera Oreinis - Episkopio - Deftera",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "680022",
        "label": "68",
        "long": "Deftera -Psimolofou -Episkopio -Pera Oreinis -Kapedes",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF80C0",
        "color_name": "pink",
        "has_shape": true,
        "id": "690021",
        "label": "69",
        "long": "Ergates - Anagia",
        "short": "69",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80C0",
        "color_name": "pink",
        "has_shape": true,
        "id": "690022",
        "label": "69",
        "long": "Arch. Makariou C - Spyrou Kyprianou - Ap. Andreas Churc",
        "short": "69",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808080",
        "color_name": "gray",
        "has_shape": true,
        "id": "7000011",
        "label": "X400",
        "long": "Chandria Square - Nicosia General Hospital",
        "short": "X400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808080",
        "color_name": "gray",
        "has_shape": true,
        "id": "7000012",
        "label": "X400",
        "long": "General Hospital - Kyperounta - Chandria",
        "short": "X400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "700011",
        "label": "70",
        "long": "Deneia - Kokkinotrimithia A Setl. - Kokkinotrimithia",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "700012",
        "label": "70",
        "long": "Kokkinotrimithia - Kokkinotrimithia A Setl. - Deneia",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "345C5A",
        "color_name": "green",
        "has_shape": true,
        "id": "7010011",
        "label": "X200",
        "long": "Tamasos Station - GSP Stadium - General Hospital - Univ",
        "short": "X200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "345C5A",
        "color_name": "green",
        "has_shape": true,
        "id": "7010012",
        "label": "X200",
        "long": "Univ. of Cyprus -  General Hospital - GSP Stadium - Tam",
        "short": "X200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "7020011",
        "label": "GSP.1",
        "long": "GSP - Ministry of Finance - Parliament",
        "short": "GSP.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "7020012",
        "label": "GSP.1",
        "long": "Ministry of Finance - Parliament - Omirou - GSP",
        "short": "GSP.1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "710011",
        "label": "71",
        "long": "Mammari - Mammari Setl. - Kokkinotrimithia",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "710012",
        "label": "71",
        "long": "Kokkinotrimithia - Mammari Setl. - Mammari",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "720011",
        "label": "72",
        "long": "Meniko - Akaki",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "720012",
        "label": "72",
        "long": "Akaki - Meniko",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "730011",
        "label": "73",
        "long": "Paliometocho Setl. - Kokkinotrimithia",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804040",
        "color_name": "brown",
        "has_shape": true,
        "id": "730012",
        "label": "73",
        "long": "Kokkinotrimithia - Paliometocho Setl.",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": true,
        "id": "740011",
        "label": "74",
        "long": "Ave. Agiou Georgiou/Lakatamia - Anthoupoli - Kokkinotri",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": true,
        "id": "740012",
        "label": "74",
        "long": "Kokkinotrimithia - Anthoupoli - Ave. Agiou Georgiou/Lak",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8080",
        "color_name": "pink",
        "has_shape": true,
        "id": "750011",
        "label": "75",
        "long": "Lagoudera - Xyliatos - Kato Moni - Peristerona",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8080",
        "color_name": "pink",
        "has_shape": true,
        "id": "750012",
        "label": "75",
        "long": "Peristerona - Kato Moni - Xyliatos - Lagoudera",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "760011",
        "label": "76",
        "long": "Xyliatos - Lefkosias Ave. - Christou Tsiarta Ave.",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "760012",
        "label": "76",
        "long": "Peristerona - Kato Moni - Xyliatos",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "770011",
        "label": "77",
        "long": "Nikitari - Vyzakia - Potami - Astromeritis",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "770012",
        "label": "77",
        "long": "Astromeritis - Potami - Vyzakia - Nikitari",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080C0",
        "color_name": "gray",
        "has_shape": true,
        "id": "780011",
        "label": "78",
        "long": "Astromeritis - Potami - Vyzakia - Kannavia - Ag. Eirini",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080C0",
        "color_name": "gray",
        "has_shape": true,
        "id": "780012",
        "label": "78",
        "long": "Ag. Eirini - Kannavia - Vyzakia - Potami - Astromeritis",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "800011",
        "label": "80",
        "long": "Archiep. Makariou C - 1st Flasou - Mitropoliti Chrysant",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "800012",
        "label": "80",
        "long": "Mitropoliti Chrysanthou Sarigianni - Atsas - Archiep. M",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "8010011",
        "label": "N1",
        "long": "Nicosia Mall - Makario Stadium - Solomou Sq.",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "8010012",
        "label": "N1",
        "long": "Solomou Sq. - Makario Stadium - Nicosia Mall",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "8020011",
        "label": "N2",
        "long": "Makario Stadium - Solomou Sq. - Univ. of Cyprus",
        "short": "N2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "8020012",
        "label": "N2",
        "long": "Univ. of Cyprus - Solomou Sq. - Makario Stadium",
        "short": "N2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": false,
        "id": "8030011",
        "label": "N3",
        "long": "Makario Stadium - Strovolos St. - Gen. Hospital Station",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": false,
        "id": "8030012",
        "label": "N3",
        "long": "Gen. Hospital Station - Strovolos St. - Makario Stadium",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "8040011",
        "label": "N4",
        "long": "Alampra Bus Station - Gen. Hospital Bus Station - Solom",
        "short": "N4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "8040012",
        "label": "N4",
        "long": "Solomou Square - Gen. Hospital Bus Station - Alampra Bu",
        "short": "N4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "8050011",
        "label": "N5",
        "long": "Tamasos Bus Station - Strovolos St - Solomou Square",
        "short": "N5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "8050012",
        "label": "N5",
        "long": "Solomou Sq. - Strovolos St. - Tamasos Bus Station",
        "short": "N5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "810011",
        "label": "81",
        "long": "Prodromos - Pedoulas - Kalopanagiotis - Flasou - Atsas",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "810012",
        "label": "81",
        "long": "Prodromos - Pedoulas - Kalopanagiotis - Flasou - Atsas",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "810021",
        "label": "81",
        "long": "Prodromos - Pedoulas - Kalopanagiotis - Flasou - Atsas",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "810022",
        "label": "81",
        "long": "Atsas - Flasou - Kalopanagiotis - Pedoulas - Prodromos",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": true,
        "id": "820011",
        "label": "82",
        "long": "Kampos - Tsakkistra - Kikkos - Gerakies - Atsas",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": true,
        "id": "820012",
        "label": "82",
        "long": "Atsas - Gerakies - Kikkos - Tsakkistra - Kampos",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "840011",
        "label": "84",
        "long": "Galata - Evrychou",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "840012",
        "label": "84",
        "long": "Evrychou - Galata",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "840021",
        "label": "84",
        "long": "Galata - Kaliana - Evrychou",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "840022",
        "label": "84",
        "long": "Evrychou - Kaliana - Galata",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "850011",
        "label": "85",
        "long": "Chandria - Kyperounta - Kakopetria",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "850012",
        "label": "85",
        "long": "Kakopetria - Kyperounta - Chandria",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800040",
        "color_name": "red",
        "has_shape": true,
        "id": "860011",
        "label": "86",
        "long": "Kourdali - Spilia - Kakopetria",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800040",
        "color_name": "red",
        "has_shape": true,
        "id": "860012",
        "label": "86",
        "long": "Kakopetria - Spilia - Kourdali",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "870011",
        "label": "87",
        "long": "Troodos - Kakopetria",
        "short": "87",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "870012",
        "label": "87",
        "long": "Kakopetria - Troodos",
        "short": "87",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "740074",
        "color_name": "purple",
        "has_shape": true,
        "id": "9010021",
        "label": "L1",
        "long": "Solomos Sq. - City Hall - Ektoros - Palouriotissa - Fam",
        "short": "L1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1778,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-24",
  "top_fixes": [
    {
      "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": 1,
      "severity": "ERROR",
      "what": "Foreign key violation (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1778,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "1778 of 1778 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": 9320,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "9320 of 9320 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."
    }
  ],
  "validator_version": "8.0.1"
}
