{
  "agency": {
    "country": "RS",
    "id": "belgrade-public-transport",
    "name": "Belgrade Public Transport",
    "subdivision_code": "RS-00",
    "subdivision_name": "Beograd"
  },
  "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": 14.9,
          "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": 99.1,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 3266,
        "translations": {
          "feed_lang": "SR",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 87474,
        "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": 3266,
          "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": "3266 of 3266 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": 87474,
          "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": "87474 of 87474 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 768,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the transit vehicle displays.",
          "owner": "Likely your export tool",
          "points": 0.1,
          "severity": "WARNING",
          "what": "768 of 87474 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a transit vehicle is going."
        }
      ],
      "name": "completeness",
      "score": 59.9,
      "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": 4,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 6,
          "WARNING": 170
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 152,
          "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": "stop_without_stop_time",
          "count": 18,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "service_extends_far_in_the_future",
          "count": 3,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'service_extends_far_in_the_future' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Service extends far in the future (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 3,
          "effort": "Two fields in feed_info.txt, or one export setting.",
          "fix": "Widen feed_start_date and feed_end_date to cover all service dates, or fix the dates that fall outside.",
          "owner": "Likely your export tool",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some service dates fall outside the date window set in feed_info.txt.",
          "why": "feed_info.txt should span every day your service runs, so apps know when the data applies."
        }
      ],
      "name": "correctness",
      "score": 85.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 4 kinds of issue across 176 instances (0 error, 170 warning, 6 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 161,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2025-09-02",
        "feed_version": "24",
        "has_feed_info": true,
        "last_service_date": "2029-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 161 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 161 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Serbia's national open-data terms permit copying, distribution, adaptation, and commercial or non-commercial reuse with attribution.",
    "reachable": true,
    "sha256": "b3acb17c56380de8d9b0d7fa1ef8e19146339cae5959951264c2db2969afea9b",
    "size_bytes": 17576567,
    "static_url": "https://data.gov.rs/sr/datasets/r/729be9a1-7ed9-453d-9a3d-68fa30f07529"
  },
  "fetch": {
    "final_url": "https://data.gov.rs/s/resources/gradski-javni-prevoz-u-beogradu-gtfs/20251031-111721/bgprev-belgrade-rs-2-.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-23T00:00:00+00:00",
  "geo": {
    "bbox": [
      20.10077,
      44.37913,
      20.71765,
      45.06699
    ],
    "lat": 44.78368,
    "lon": 20.45108,
    "stop_count": 3266
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 11,
        "trip_count": 7833,
        "trip_share_pct": 9.0
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 224,
        "trip_count": 74474,
        "trip_share_pct": 85.1
      },
      {
        "key": "trolleybus",
        "label": "Trolleybus",
        "route_count": 6,
        "trip_count": 5167,
        "trip_share_pct": 5.9
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 241,
    "trip_count": 87474
  },
  "overall": {
    "grade": "B",
    "margin_to_lower_band": 0.9,
    "margin_to_next_band": 9.1,
    "score": 80.9
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 201,
      "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": "201 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (501, E2, E6, 63, 105L, 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": 286,
      "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": "286 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Dor\u0107ol /Kneginje Ljubice/\", \"Dor\u0107ol /Kneginje Ljubice/\", \"Be\u017eanijska kosa /Gr\u010dka/\", 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": 3266,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 18,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "18 of 3266 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 18,
    "single_stop_trips": 0,
    "trips_total": 87474
  },
  "route_map": {
    "drawn_route_count": 241,
    "has_shapes": true,
    "path": "data/artifacts/belgrade-public-transport/geometry.geojson",
    "route_count": 241,
    "routes": [
      {
        "color": "ED3237",
        "color_name": "red",
        "has_shape": true,
        "id": "00002",
        "label": "2",
        "long": "Pristani\u0161te - Vukov spomenik - Pristani\u0161te",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "ED3237",
        "color_name": "red",
        "has_shape": true,
        "id": "00005",
        "label": "5",
        "long": "Kalemegdan /Donji grad/ - Ustani\u010dka",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "ED3237",
        "color_name": "red",
        "has_shape": true,
        "id": "00006",
        "label": "6",
        "long": "Ta\u0161majdan - Ustani\u010dka",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "ED3237",
        "color_name": "red",
        "has_shape": true,
        "id": "00010",
        "label": "10",
        "long": "Kalemegdan /Donji grad/ - Banjica",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "ED3237",
        "color_name": "red",
        "has_shape": true,
        "id": "00011",
        "label": "11",
        "long": "Kalemegdan /Donji grad/ - Blok 45",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "ED3237",
        "color_name": "red",
        "has_shape": true,
        "id": "00012",
        "label": "12",
        "long": "Omladinski stadion - Banovo brdo",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "ED3237",
        "color_name": "red",
        "has_shape": true,
        "id": "00013",
        "label": "13",
        "long": "Banovo brdo - Blok 45",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "ED3237",
        "color_name": "red",
        "has_shape": true,
        "id": "00014",
        "label": "14",
        "long": "Ustani\u010dka - Banjica",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00015",
        "label": "15",
        "long": "Zemun /Novi grad/ - Zeleni venac - Zemun /Novi grad/",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00016",
        "label": "16",
        "long": "Karaburma 2 - Novi Beograd /Paviljoni/",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00017",
        "label": "17",
        "long": "Konjarnik - Zemun /Gornji grad/",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00018",
        "label": "18",
        "long": "Medakovi\u0107 3 - Zemun /Ba\u010dka/",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F58634",
        "color_name": "orange",
        "has_shape": true,
        "id": "00019",
        "label": "19",
        "long": "Trg Slavija - Konjarnik",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00020",
        "label": "20",
        "long": "Mirijevo 3 - Medakovi\u0107 3",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F58634",
        "color_name": "orange",
        "has_shape": true,
        "id": "00022",
        "label": "22",
        "long": "Trg Slavija - Kru\u0161eva\u010dka",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00023",
        "label": "23",
        "long": "Karaburma 2 - Vidikovac",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00024",
        "label": "24",
        "long": "Dor\u0107ol /SRC Milan Gale Mu\u0161katirovi\u0107/ - Neimar",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00025",
        "label": "25",
        "long": "Karaburma 2 - Kumodra\u017e 2",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00026",
        "label": "26",
        "long": "Dor\u0107ol /Dunavska/ - Bra\u0107e Jerkovi\u0107",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00027",
        "label": "27",
        "long": "Trg Republike - Mirijevo 3",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F58634",
        "color_name": "orange",
        "has_shape": true,
        "id": "00028",
        "label": "28",
        "long": "Studentski Trg - Zvezdara",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "F58634",
        "color_name": "orange",
        "has_shape": true,
        "id": "00029",
        "label": "29",
        "long": "Studentski Trg - Medakovi\u0107 3",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00030",
        "label": "30",
        "long": "Bir\u010daninova - Medakovi\u0107 2",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00031",
        "label": "31",
        "long": "Studentski trg - Konjarnik",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00032",
        "label": "32",
        "long": "Vukov spomenik - Vi\u0161njica",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00033",
        "label": "33",
        "long": "Pan\u010deva\u010dki most /\u017delezni\u010dka stanica/ - Kumodra\u017e",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00034",
        "label": "34",
        "long": "Top\u010didersko brdo (Senjak) - Pere Velimirovi\u0107a",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00035",
        "label": "35",
        "long": "Novi Beograd /Blok 20/ - Le\u0161\u0107e /Groblje/",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00036",
        "label": "36",
        "long": "\u017delezni\u010dka stanica Beograd Centar - Trg Slavija - \u017delezni\u010dka stanica Beograd Centar",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00037",
        "label": "37",
        "long": "Pan\u010deva\u010dki most /\u017delezni\u010dka stanica/ - Kne\u017eevac",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00038",
        "label": "38",
        "long": "\u0160umice - Pogon Kosmaj - Veliki Mokri lug",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00039",
        "label": "39",
        "long": "Slavija /Bir\u010danova/ - Kumodra\u017e 1",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F58634",
        "color_name": "orange",
        "has_shape": true,
        "id": "00040",
        "label": "40",
        "long": "Zvezdara - Banjica 2",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "F58634",
        "color_name": "orange",
        "has_shape": true,
        "id": "00041",
        "label": "41",
        "long": "Studentski Trg - Banjica 2",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00042",
        "label": "42",
        "long": "Slavija /Bir\u010danova/ - Banjica /VMA/ - Petlovo brdo",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00043",
        "label": "43",
        "long": "Trg Republike - Kote\u017e",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00044",
        "label": "44",
        "long": "Top\u010didersko brdo /Senjak/ - Viline vode - Dunav stanica",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00045",
        "label": "45",
        "long": "Blok 44 - Zemun /Novi grad/",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00046",
        "label": "46",
        "long": "Beograd na vodi - Mirijevo",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00047",
        "label": "47",
        "long": "Slavija /Bir\u010danova/ - Resnik /\u017delezni\u010dka stanica/",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00048",
        "label": "48",
        "long": "\u017delezni\u010dka stanica Pan\u010deva\u010dki most - Miljakovac 3",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00049",
        "label": "49",
        "long": "Banovo brdo - Naselje /Stepa Stepanovi\u0107/",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00050",
        "label": "50",
        "long": "Ustani\u010dka - Banovo brdo",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00051",
        "label": "51",
        "long": "Beograd na vodi - Bele Vode",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00052",
        "label": "52",
        "long": "Zeleni Venac - Cerak Vinogradi",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00053",
        "label": "53",
        "long": "Zeleni Venac - Vidikovac",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00054",
        "label": "54",
        "long": "Miljakovac 1 - MZ Maki\u0161",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00055",
        "label": "55",
        "long": "Zvezdara - Stari \u017deleznik",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00056",
        "label": "56",
        "long": "Zeleni Venac - Petlovo brdo",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00057",
        "label": "57",
        "long": "Banovo Brdo - Naselje GOLF - Banovo Brdo",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00058",
        "label": "58",
        "long": "Pan\u010deva\u010dki most /\u017delezni\u010dka stanica/ - Novi \u017deleznik",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00059",
        "label": "59",
        "long": "Slavija /Bir\u010danova/ - Petlovo brdo",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00060",
        "label": "60",
        "long": "Zeleni Venac - Novi Beograd /Toplana/",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00063",
        "label": "63",
        "long": "Ustani\u010dka - Le\u0161\u0107e /groblje/",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00064",
        "label": "64",
        "long": "Zvezdara (Zeleno brdo) - \u0160umice",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00065",
        "label": "65",
        "long": "Zvezdara 2 - Novo Be\u017eanijsko Groblje",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00066",
        "label": "66",
        "long": "Vukov spomenik - Nau\u010dno Tehnolo\u0161ki park Zvezdara",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00067",
        "label": "67",
        "long": "Novi Beograd (Blok 70A) - Zeleni venac - Novi Beograd (Blok 70A)",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00068",
        "label": "68",
        "long": "Novi Beograd (Blok 70A) - Zeleni venac - Novi Beograd (Blok 70A)",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00070",
        "label": "70",
        "long": "Be\u017eanijska kosa - Ikea",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00071",
        "label": "71",
        "long": "Zeleni Venac - Be\u017eanija /Ledine/",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00072",
        "label": "72",
        "long": "Zeleni Venac - Aerodrom Nikola Tesla",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00073",
        "label": "73",
        "long": "Novi Beograd/Blok 45/ - Batajnica /\u017delezni\u010dka Stanica/",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00074",
        "label": "74",
        "long": "Be\u017eanijska kosa - Mirijevo 3",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00075",
        "label": "75",
        "long": "Zeleni Venac - Be\u017eanijska Kosa",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00076",
        "label": "76",
        "long": "Novi Beograd /Blok 70A/ - Be\u017eanijska Kosa/Bolnica/",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00077",
        "label": "77",
        "long": "Zvezdara - Be\u017eanijska Kosa /Bolnica/",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00078",
        "label": "78",
        "long": "Banjica 2 - Zemun /Novi Grad/",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00079",
        "label": "79",
        "long": "Dor\u0107ol /SRC Milan Gale Mu\u0161katirovi\u0107/ - Mirijevo 4",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00081",
        "label": "81",
        "long": "Novi Beograd/Paviljoni/ - Altina1",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00082",
        "label": "82",
        "long": "Zemun /Kej oslobo\u0111enja/ - Be\u017eanijsko groblje - Blok 44",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00083",
        "label": "83",
        "long": "Crveni Krst - Zemun /Ba\u010dka/",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00084",
        "label": "84",
        "long": "Nova Galenika -Zeleni venac - Nova Galenika",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00085",
        "label": "85",
        "long": "Banovo brdo - Bor\u010da 3",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00087",
        "label": "87",
        "long": "\u010cukari\u010dka padina - Banovo Brdo - \u010cukari\u010dka Padina",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00088",
        "label": "88",
        "long": "Zemun /Kej Oslobo\u0111enja/ - Novi \u017deleznik",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00089",
        "label": "89",
        "long": "Vidikovac - \u010cukari\u010dka padina - Novi Beograd /Blok 72/",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00091",
        "label": "91",
        "long": "Beograd na vodi - Ostru\u017enica /Novo Naselje/",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00092",
        "label": "92",
        "long": "Beograd na vodi - Ostru\u017enica /Karaula/",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00094",
        "label": "94",
        "long": "Novi Beograd /Blok 45/ - Resnik /Edvarda Griga/",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00095",
        "label": "95",
        "long": "Novi Beograd /Blok 45/ - Bor\u010da 3",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00096",
        "label": "96",
        "long": "\u017dC Pan\u010deva\u010dki most - Bor\u010da 3",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00101",
        "label": "101",
        "long": "Omladinski stadion - Padinska skela",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00102",
        "label": "102",
        "long": "Padinska skela - Vrbovski /\u0160iroka greda/",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00103",
        "label": "103",
        "long": "Zemun (Ba\u010dka) - Padinska skela",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00104",
        "label": "104",
        "long": "Omladinski Stadion - Crvenka",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00105",
        "label": "105",
        "long": "Omladinski Stadion - Ov\u010da /\u017delezni\u010dka Stanica/",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00106",
        "label": "106",
        "long": "Omladinski Stadion - Jabu\u010dki Rit",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00107",
        "label": "107",
        "long": "Padinska skela - Dunavac",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00108",
        "label": "108",
        "long": "Omladinski Stadion - Reva /Duboka Bara/",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00109",
        "label": "109",
        "long": "Padinska skela - Stajali\u0161te /Put za Dunavac/",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00110",
        "label": "110",
        "long": "Padinska skela - Obala Tami\u0161a",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00111",
        "label": "111",
        "long": "Omladinski stadion - SC Kovilovo",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00112",
        "label": "112",
        "long": "Zemun (Ba\u010dka) - Reva (Duboka bara)",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00202",
        "label": "202",
        "long": "Omladinski Stadion - Veliko Selo",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00302",
        "label": "302",
        "long": "Ustani\u010dka - Begaljica",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00303",
        "label": "303",
        "long": "Ustani\u010dka - Zaklopa\u010da - Vr\u010din",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00304",
        "label": "304",
        "long": "Ustani\u010dka - Ritopek",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00305",
        "label": "305",
        "long": "Ustani\u010dka - Bole\u010d",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00306",
        "label": "306",
        "long": "Ustani\u010dka - Le\u0161tane",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00307",
        "label": "307",
        "long": "Ustani\u010dka - Vin\u010da",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00308",
        "label": "308",
        "long": "\u0160umice - Veliki Mokri lug",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00309",
        "label": "309",
        "long": "Zvezdara /Pijaca/ - Kalu\u0111erica",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00310",
        "label": "310",
        "long": "\u0160umice - Mali mokri lug",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00311",
        "label": "311",
        "long": "Ustani\u010dka - Le\u0161tane /Ravan/",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00312",
        "label": "312",
        "long": "MZ Veliki mokri lug - Kumodra\u017e - MZ Veliki mokri lug",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00401",
        "label": "401",
        "long": "Slavija /Bir\u010daninova/ - Pinosava",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00402",
        "label": "402",
        "long": "Slavija /Bir\u010daninova/ - Beli potok",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00403",
        "label": "403",
        "long": "Vo\u017edovac - Zuce",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00404",
        "label": "404",
        "long": "Bela reka - Tre\u0161nja /Okretnica/",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00405",
        "label": "405",
        "long": "Vo\u017edovac - Glum\u010devo Brdo",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00406",
        "label": "406",
        "long": "Vo\u017edovac - Institut",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00407",
        "label": "407",
        "long": "Vo\u017edovac - Bela Reka",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00408",
        "label": "408",
        "long": "Vo\u017edovac - Ralja /Drumine/",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00409",
        "label": "409",
        "long": "Vo\u017edovac - Jajinci - Ulica Ru\u017ea - Vo\u017edovac",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00501",
        "label": "501",
        "long": "Petlovo brdo - Staro Kijevo",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00502",
        "label": "502",
        "long": "Miljakovac 1 - Orlova\u010da /Groblje/",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00503",
        "label": "503",
        "long": "Vo\u017edovac - Resnik /\u017delezni\u010dka Stanica/",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00504",
        "label": "504",
        "long": "Vidikovac - Resnik /\u017delezni\u010dka Stanica/",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00506",
        "label": "506",
        "long": "Miljakovac 1 - Resnik /Edvarda Griga/ - Resnik /Patin Majdan/",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00507",
        "label": "507",
        "long": "Kne\u017eevac - Ru\u0161anj /Drobnja\u010dki kraj/",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00511",
        "label": "511",
        "long": "Beograd na vodi - Srem\u010dica",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00512",
        "label": "512",
        "long": "Banovo Brdo - Srem\u010dica /Naselje Gorica/",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00513",
        "label": "513",
        "long": "Srem\u010dica /Naselje gorica/ - Velika Mo\u0161tanica /\u017divojina Tabakovi\u0107a/",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00521",
        "label": "521",
        "long": "Vidikovac - \u017deleznik /Tarai\u0161/",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00531",
        "label": "531",
        "long": "Banovo Brdo - Ru\u0161anj /13. septembra/",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00532",
        "label": "532",
        "long": "Banovo Brdo - Ru\u0161anj /Oslobo\u0111enja/",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00533",
        "label": "533",
        "long": "Banovo Brdo - Orlova\u010da /Groblje/",
        "short": "533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00534",
        "label": "534",
        "long": "Cerak Vinogradi - Ripanj /groblje/",
        "short": "534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00551",
        "label": "551",
        "long": "Beograd na vodi - Srem\u010dica",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00553",
        "label": "553",
        "long": "Beograd na vodi - Rucka",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00600",
        "label": "600",
        "long": "\u017delezni\u010dka stanica Beograd (centar) - Aerodrom Nikola Tesla",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00601",
        "label": "601",
        "long": "Beograd na vodi - Sur\u010din",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00602",
        "label": "602",
        "long": "Novi Beograd /Blok 44/ - SRC Sur\u010din",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00603",
        "label": "603",
        "long": "Be\u017eanija/Ledine/ - Ugrinovci",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00604",
        "label": "604",
        "long": "Novi Beograd /Blok 45/ - Preka kaldrma",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00605",
        "label": "605",
        "long": "Novi Beograd /Blok 45/ - Boljevci - Progar",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00606",
        "label": "606",
        "long": "Sur\u010din - Grmovac",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00607",
        "label": "607",
        "long": "Banovo Brdo - Aerodrom Nikola Tesla",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00610",
        "label": "610",
        "long": "Zemun /Kej oslobo\u0111enja/ - Jakovo",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00611",
        "label": "611",
        "long": "Zemun /Kej Oslobo\u0111enja/ - Dobanovci",
        "short": "611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00612",
        "label": "612",
        "long": "Novi Beograd /Paviljoni/ - Kvanta\u0161ka pijaca - Nova Galenika",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00613",
        "label": "613",
        "long": "Novi Beograd /Paviljoni/ - Naselje Radiofar",
        "short": "613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00700",
        "label": "700",
        "long": "Batajnica /\u017delezni\u010dka Stanica/ - Batajnica /\u017delezni\u010dka Stanica/",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00702",
        "label": "702",
        "long": "Batajnica /\u017delezni\u010dka Stanica/ - Busije /Crkva/",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00703",
        "label": "703",
        "long": "Zemun /Kej oslobo\u0111enja/ - Batajnica /\u017delezni\u010dka stanica/ - Ugrinovci",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00704",
        "label": "704",
        "long": "Zeleni Venac - Zemun Polje",
        "short": "704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00705",
        "label": "705",
        "long": "Zemun /Kej Oslobo\u0111enja/ - 13 Maj",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00706",
        "label": "706",
        "long": "Zeleni Venac - Batajnica",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00707",
        "label": "707",
        "long": "Zeleni Venac - Zemun Polje",
        "short": "707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00708",
        "label": "708",
        "long": "Novi Beograd /Blok 70A/ - Zemun Polje",
        "short": "708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00709",
        "label": "709",
        "long": "Zemun /Novi grad/ - TC Zmaj - Zemun polje",
        "short": "709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00711",
        "label": "711",
        "long": "Novi Beograd/Paviljoni/ - Ugrinovci",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "00715",
        "label": "522",
        "long": "Novi \u017deleznik - Milorada \u0106iri\u0107a - Novi \u017deleznik",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "01020",
        "label": "102P",
        "long": "Padinska skela - Preliv",
        "short": "102P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "01044",
        "label": "44a",
        "long": "Top\u010dideresko brdo /Senjak/ - Luka Beograd - Viline vode - \u017dS Dunav Stanica",
        "short": "44a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "01091",
        "label": "91a",
        "long": "Ostru\u017enica /\u010desma/ - Ostru\u017enica /Novo naselje/ - Beograd na vodi",
        "short": "91a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "01102",
        "label": "102a",
        "long": "Vrbovski - Padinska skela",
        "short": "102a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "01107",
        "label": "107a",
        "long": "Padinska skela - Besni fok - Dunavac",
        "short": "107a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "01302",
        "label": "302a",
        "long": "Ustani\u010dka - Zaklopa\u010da - Begaljica",
        "short": "302a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "01305",
        "label": "305a",
        "long": "Bole\u010d - Ritopek - Ustani\u010dka",
        "short": "305a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "01306",
        "label": "306a",
        "long": "Ustani\u010dka - Le\u0161tane - Bubanj potok",
        "short": "306a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "01401",
        "label": "401a",
        "long": "Trg Slavija /Bir\u010daninova/ - Beli potok - Pinosava",
        "short": "401a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "01521",
        "label": "521a",
        "long": "Vidikovac - Bora Ke\u010di\u0107 - \u017deleznik /Tarai\u0161/",
        "short": "521a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "01531",
        "label": "531a",
        "long": "Banovo brdo - Orlova\u010da /Groblje/ - Ru\u0161anj /13. septembar/",
        "short": "531a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "01532",
        "label": "532a",
        "long": "Banovo brdo - Ru\u0161anj /Oslobo\u0111enja/",
        "short": "532a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "02102",
        "label": "102b",
        "long": "Padinska skela - \u0160iroka greda",
        "short": "102b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "02302",
        "label": "302b",
        "long": "Ustani\u010dka - Bole\u010d - Begaljica",
        "short": "302b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "02306",
        "label": "306b",
        "long": "Ustani\u010dka - Vin\u010da - Le\u0161tane",
        "short": "306b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "03306",
        "label": "306v",
        "long": "Ustani\u010dka - Vin\u010da - Le\u0161tane",
        "short": "306v",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10003",
        "label": "3A",
        "long": "Beograd na vodi - Kne\u017eevac",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10021",
        "label": "21A",
        "long": "Trg Slavija - U\u010diteljsko naselje",
        "short": "21A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10025",
        "label": "25P",
        "long": "Mirijevo 4 - Kumodra\u017e /Stepina ku\u0107a/",
        "short": "25P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10027",
        "label": "27E",
        "long": "Novi Beograd /Blok 20/ - Mirijevo 4",
        "short": "27E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10032",
        "label": "32E",
        "long": "Trg Republike - Vi\u0161njica",
        "short": "32E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10038",
        "label": "38L",
        "long": "Pogon Kosmaj - \u017delezni\u010dka stanica /Beograd Centar/",
        "short": "38L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10056",
        "label": "56L",
        "long": "Zeleni Venac - \u010cukari\u010dka Padina",
        "short": "56L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10081",
        "label": "81L",
        "long": "Novi Beograd /Paviljoni/ - Altina1",
        "short": "81L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10087",
        "label": "87A",
        "long": "\u010cukari\u010dka padina - Banovo brdo - \u010cukari\u010dka padina",
        "short": "87A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10105",
        "label": "105L",
        "long": "Zemun (Ba\u010dka) - Ov\u010da (\u017eelezni\u010dka stanica)",
        "short": "105L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10309",
        "label": "309L",
        "long": "Kalu\u0111erica (Put za Institut) - Kalu\u0111erica (Vi\u0161nji\u0107eva)",
        "short": "309L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10405",
        "label": "405L",
        "long": "Glum\u010devo brdo - Nenadovac - Karalula - Barajevo - Karaula - Glum\u010devo brdo",
        "short": "405L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10505",
        "label": "505",
        "long": "Miljakovac 1 - Miljakova\u010dke livade",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10610",
        "label": "610e",
        "long": "Novi Beograd /Blok 70A/ - Jakovo",
        "short": "610e",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "10706",
        "label": "706E",
        "long": "Zemun /Kej Oslobo\u0111enja/ - Aerodrom Batajnica",
        "short": "706E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED3237",
        "color_name": "red",
        "has_shape": true,
        "id": "11002",
        "label": "2L",
        "long": "Pristani\u0161te - Trg Slavija - Gospodarska mehana",
        "short": "2L",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "ED3237",
        "color_name": "red",
        "has_shape": true,
        "id": "11007",
        "label": "7L",
        "long": "Ustani\u010dka - Blok 45",
        "short": "7L",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "11009",
        "label": "9A",
        "long": "Blok 45 \u2013 Trg Slavija \u2013 Blok 45",
        "short": "9A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "11610",
        "label": "610ea",
        "long": "Novi Beograd /Blok 70A/ - Petlja Jakovo - Jakovo",
        "short": "610ea",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED3237",
        "color_name": "red",
        "has_shape": true,
        "id": "12009",
        "label": "9L",
        "long": "Banjica - Blok 45",
        "short": "9L",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "20026",
        "label": "26L",
        "long": "Medakovi\u0107 3 - Vojvode Vlahovi\u0107a /Terminus/",
        "short": "26L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "20060",
        "label": "60L",
        "long": "Zeleni Venac - Novi Beograd /Toplana/",
        "short": "60L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "20406",
        "label": "406L",
        "long": "Vo\u017edovac - Zemljoradni\u010dka - Beli potok /Igrali\u0161te/",
        "short": "406L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "20407",
        "label": "407L",
        "long": "Bela reka - Stara Lipovica - Trebe\u017e /okretnica/",
        "short": "407L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "30002",
        "label": "2A",
        "long": "Dorcol SRC Milan Gale Muskatirovic - Beograd na vodi - Dorcol SRC Milan Gale Muskatirovic",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "40101",
        "label": "EKO1",
        "long": "Vukov spomenik - Naselje Belvil",
        "short": "EKO1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "40102",
        "label": "EKO2",
        "long": "Dor\u0107ol /SRC Milan Gale Mu\u0161katirovi\u0107/ - Beograd na vodi",
        "short": "EKO2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50015",
        "label": "15N",
        "long": "Trg Republike - Zemun /Novi Grad/",
        "short": "15N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0042AA",
        "color_name": "blue",
        "has_shape": true,
        "id": "50018",
        "label": "18N",
        "long": "Medakovi\u0107 3 - Zemun (Ba\u010dka)",
        "short": "18N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50026",
        "label": "26N",
        "long": "Dor\u0107ol/Dunavska/ - Bra\u0107e Jerkovi\u0107",
        "short": "26N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50027",
        "label": "27N",
        "long": "Trg Republike - Mirijevo 3",
        "short": "27N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50029",
        "label": "29N",
        "long": "Studentski Trg - Medakovi\u0107 3",
        "short": "29N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50031",
        "label": "31N",
        "long": "Studentski Trg - Konjarnik",
        "short": "31N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50032",
        "label": "32N",
        "long": "Trg Republike - Vi\u0161njica",
        "short": "32N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50033",
        "label": "33N",
        "long": "Studentski Trg - Kumodra\u017e",
        "short": "33N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50037",
        "label": "37N",
        "long": "Trg Republike - Kne\u017eevac",
        "short": "37N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50047",
        "label": "47N",
        "long": "Trg Republike - Resnik /\u017delezni\u010dka Stanica/",
        "short": "47N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50051",
        "label": "51N",
        "long": "Trg Republike - Bele Vode",
        "short": "51N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50056",
        "label": "56N",
        "long": "Trg Republike - Petlovo brdo -  Ru\u0161anj",
        "short": "56N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0042AA",
        "color_name": "blue",
        "has_shape": true,
        "id": "50072",
        "label": "72N",
        "long": "Trg republike - Aerodrom  Nikola Tesla",
        "short": "72N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0042AA",
        "color_name": "blue",
        "has_shape": true,
        "id": "50095",
        "label": "95N",
        "long": "Novi Beograd (Blok 45) - Trg republike - Bor\u010da 3",
        "short": "95N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50101",
        "label": "101N",
        "long": "Trg Republike - Padinska Skela",
        "short": "101N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0042AA",
        "color_name": "blue",
        "has_shape": true,
        "id": "50105",
        "label": "105N",
        "long": "Studentski trg - Kote\u017e - Ov\u010da",
        "short": "105N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50202",
        "label": "202N",
        "long": "Trg Republike - Veliko Selo",
        "short": "202N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0042AA",
        "color_name": "blue",
        "has_shape": true,
        "id": "50302",
        "label": "302N",
        "long": "Studentski trg - Vr\u010din - Zaklopa\u010da - Grocka - Begaljica",
        "short": "302N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50304",
        "label": "304N",
        "long": "Trg Republike - Ritopek",
        "short": "304N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0042AA",
        "color_name": "blue",
        "has_shape": true,
        "id": "50307",
        "label": "307N",
        "long": "Studentski trg - Kalu\u0111erica -Vin\u010da",
        "short": "307N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50401",
        "label": "401N",
        "long": "Dor\u0107ol/Dunavska/ - Pinosava",
        "short": "401N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0042AA",
        "color_name": "blue",
        "has_shape": true,
        "id": "50493",
        "label": "493N",
        "long": "BAS - Trg Slavija - Mladenovac - Sopot",
        "short": "493N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50511",
        "label": "511N",
        "long": "Studentski trg - Srem\u010dica",
        "short": "511N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0042AA",
        "color_name": "blue",
        "has_shape": true,
        "id": "50581",
        "label": "581N",
        "long": "Trg Slavija - Lazarevac",
        "short": "581N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50601",
        "label": "601N",
        "long": "Trg Slavija - Dobanovci",
        "short": "601N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50603",
        "label": "603N",
        "long": "Trg Republike - Ugrinovci",
        "short": "603N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "50706",
        "label": "706N",
        "long": "Trg Republike - Batajnica",
        "short": "706N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0042AA",
        "color_name": "blue",
        "has_shape": true,
        "id": "50707",
        "label": "707N",
        "long": "Studentski trg - Altina - Zemun polje",
        "short": "707N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0042AA",
        "color_name": "blue",
        "has_shape": true,
        "id": "50860",
        "label": "860N",
        "long": "Trg Slavija - Obrenovac",
        "short": "860N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "51101",
        "label": "101Na",
        "long": "Trg Republike - Padinska Skela",
        "short": "101Na",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "51301",
        "label": "301Na",
        "long": "Kalu\u0111erica - Grocka",
        "short": "301Na",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "51304",
        "label": "304Na",
        "long": "Trg Republike - Kalu\u0111erice",
        "short": "304Na",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0042AA",
        "color_name": "blue",
        "has_shape": true,
        "id": "51307",
        "label": "307Na",
        "long": "Studentski trg - Kalu\u0111erica - Vin\u010da",
        "short": "307Na",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "51511",
        "label": "511Na",
        "long": "Studentski trg - Srem\u010dica",
        "short": "511Na",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "51601",
        "label": "601Na",
        "long": "GO Novi Beograd - Sur\u010din",
        "short": "601Na",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "51603",
        "label": "603Na",
        "long": "Trg Republike - Ugrinovci",
        "short": "603Na",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "52047",
        "label": "47Na",
        "long": "Trg Slavija - Resnik /\u017delezni\u010dka Stanica/",
        "short": "47Na",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "52101",
        "label": "101Nb",
        "long": "Trg Republike - Bor\u010da 3",
        "short": "101Nb",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "52304",
        "label": "304Nb",
        "long": "Trg Republike - Ritopek",
        "short": "304Nb",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3E4095",
        "color_name": "blue",
        "has_shape": true,
        "id": "52511",
        "label": "511Nb",
        "long": "Studentski trg - Novi \u017deleznik",
        "short": "511Nb",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A859",
        "color_name": "green",
        "has_shape": true,
        "id": "90002",
        "label": "E2",
        "long": "Petlovo brdo - Trg republike",
        "short": "E2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A859",
        "color_name": "green",
        "has_shape": true,
        "id": "90003",
        "label": "E6",
        "long": "Mirijevo 4 - Novi Beograd /Blok 45/",
        "short": "E6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A859",
        "color_name": "green",
        "has_shape": true,
        "id": "90004",
        "label": "E9",
        "long": "Kumodra\u017e - Studentski Trg",
        "short": "E9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A859",
        "color_name": "green",
        "has_shape": true,
        "id": "90005",
        "label": "A1",
        "long": "Trg Slavija - Aerodrom Nikola Tesla",
        "short": "A1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 3266,
    "stop_points_capped": true
  },
  "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-23",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 3266,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "3266 of 3266 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": 87474,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "87474 of 87474 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    },
    {
      "code": "mixed_case_recommended_field",
      "count": 152,
      "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
