{
  "agency": {
    "country": "RS",
    "id": "belgrade-suburban-transport",
    "name": "Belgrade Suburban Public Transport",
    "operating_note": "The separately published suburban network for Belgrade; counted as one feed record and linked to the urban feed under one organization.",
    "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": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2811,
        "translations": {
          "feed_lang": "SR",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 9852,
        "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": 2811,
          "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": "2811 of 2811 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": 9852,
          "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": "9852 of 9852 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        }
      ],
      "name": "completeness",
      "score": 45.0,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 5,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 32,
          "WARNING": 57
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_without_stop_time",
          "count": 31,
          "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 bus is scheduled to arrive."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 26,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 26,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "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": 86.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 5 kinds of issue across 89 instances (0 error, 57 warning, 32 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 160,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2024-12-24",
        "feed_version": "7",
        "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 160 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 160 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": "7af61daa0dd4799a7a9988160c85f2849961d1326499b60b30825e9a6cbda924",
    "size_bytes": 7171829,
    "static_url": "https://data.gov.rs/sr/datasets/r/60f82229-16c7-4939-961b-2c24873d3e06"
  },
  "fetch": {
    "final_url": "https://data.gov.rs/s/resources/prigradski-javni-prevoz-u-u-beogradu-gtfs/20250701-155403/gtfs-prigrad.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-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      19.98808,
      44.27098,
      20.8161,
      44.87807
    ],
    "lat": 44.57557,
    "lon": 20.39136,
    "stop_count": 2811
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 304,
        "trip_count": 9852,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 304,
    "trip_count": 9852
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 6.8,
    "margin_to_next_band": 3.2,
    "score": 76.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 304,
      "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": "304 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (584, 601, 602, 603, 604, 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": 96,
      "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": "96 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Beogradska arena /antifa\u0161isti\u010dke borbe/\", \"Beogradska arena /\u0161panskih boraca/\", \"Beogradska arena /\u0161panskih boraca/\", 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": 2811,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 31,
        "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": "31 of 2811 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": 31,
    "single_stop_trips": 0,
    "trips_total": 9852
  },
  "route_map": {
    "drawn_route_count": 299,
    "has_shapes": true,
    "path": "data/artifacts/belgrade-suburban-transport/geometry.geojson",
    "route_count": 304,
    "routes": [
      {
        "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/ - Progar",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "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": "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": "00A3D7",
        "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": "00A3D7",
        "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": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60000",
        "label": "150L",
        "long": "Lazarevac - Dudovica",
        "short": "150L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60001",
        "label": "150",
        "long": "Lazarevac - Dudovica - Marinac",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60002",
        "label": "139L",
        "long": "Lazarevac - Petka",
        "short": "139L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60003",
        "label": "141L",
        "long": "Lazarevac - Zavod - Rudovci",
        "short": "141L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60005",
        "label": "166",
        "long": "Lazarevac - Zavod - Kru\u0161evica",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60006",
        "label": "133L",
        "long": "Vrbovno - Leskovac - Lazarevac",
        "short": "133L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60007",
        "label": "133",
        "long": "Lazarevac - Leskovac",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60008",
        "label": "140",
        "long": "Lazarevac - Vrbovno - Leskovac",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60009",
        "label": "140L",
        "long": "Lazarevac - Vrbovno",
        "short": "140L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60010",
        "label": "130",
        "long": "Lazarevac - Mirosaljci - Gunjevac",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60011",
        "label": "130A",
        "long": "Lazarevac - Arapovac - Mirosaljci - Gunjevac",
        "short": "130A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60012",
        "label": "135",
        "long": "Lazarevac - Sokolovo - Arnajevo",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60014",
        "label": "136A",
        "long": "Veliki Crljeni - Arnajevo",
        "short": "136A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60017",
        "label": "160A",
        "long": "Lazarevac - Zavod - Prkosava - Strmovo",
        "short": "160A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60018",
        "label": "162",
        "long": "Lazarevac - Bistrica - Rudovci",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60019",
        "label": "162A",
        "long": "Lazarevac - Bistrica - Kru\u0161evica",
        "short": "162A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60020",
        "label": "165",
        "long": "Lazarevac - Dren",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60021",
        "label": "167",
        "long": "Lazarevac - Lukavica",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60024",
        "label": "171",
        "long": "Lazarevac - Burovo - Zeoke",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60025",
        "label": "173",
        "long": "Strmovo - Baro\u0161evac (monta\u017ea)",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60028",
        "label": "180",
        "long": "Lazarevac - Brajkovac - Dudovica",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60029",
        "label": "180A",
        "long": "Lazarevac - Brajkovac",
        "short": "180A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60030",
        "label": "190C",
        "long": "Sume\u0111 - Lazarevac",
        "short": "190C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60034",
        "label": "901",
        "long": "Belo polje - Zabre\u017eje",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60038",
        "label": "911",
        "long": "Bora Ke\u010di\u0107 - Mladost",
        "short": "911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60039",
        "label": "911A",
        "long": "Bora Ke\u010di\u0107 - TENT A - Mladost",
        "short": "911A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60040",
        "label": "912A",
        "long": "TENT A - Valjevskim putem - Zve\u010dka (\u010cede Todorovi\u0107a) - \u0160aba\u010dkim putem - TENT A",
        "short": "912A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60042",
        "label": "912A1",
        "long": "O\u0160 J.J.Zmaj - \u0160aba\u010dkim putem - TENT A",
        "short": "912A1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60043",
        "label": "912B",
        "long": "GAJ - Naselje Sava - Rojkovac - Zve\u010dka (\u010cede Todorovi\u0107a)",
        "short": "912B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60045",
        "label": "912",
        "long": "GAJ - Naselje Cava - Rojkovac - Zve\u010dka (\u010cede Todorovi\u0107a)",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60047",
        "label": "921",
        "long": "Obrenovac - Zve\u010dka (\u010cede Todorovi\u0107a)",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60048",
        "label": "922",
        "long": "Obrenovac - Ratari",
        "short": "922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60049",
        "label": "923",
        "long": "Obrenovac - Skela",
        "short": "923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60052",
        "label": "932",
        "long": "Obrenovac - Jasenak (\u0160umadija) - Obrenovac",
        "short": "932",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60054",
        "label": "934",
        "long": "Obrenovac - Baljevac (Ibarska Magistrala)",
        "short": "934",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60056",
        "label": "935",
        "long": "Obrenovac - Konatice",
        "short": "935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60057",
        "label": "936",
        "long": "Obrenovac - Baljevac - Konatice",
        "short": "936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60058",
        "label": "937",
        "long": "Obrenovac - Jasenak - Baljevac - Konatice",
        "short": "937",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60059",
        "label": "938",
        "long": "Obrenovac - Jasenak - Konatice",
        "short": "938",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60060",
        "label": "939",
        "long": "Obrenovac - Jasenak - Baljevac (Ibarska Magistrala)",
        "short": "939",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60061",
        "label": "939A",
        "long": "Obrenovac - Jasenak - Baljevac (Ibarska Magistrala)",
        "short": "939A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60062",
        "label": "940",
        "long": "Obrenovac - Stepojevac",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60064",
        "label": "946",
        "long": "Lazarevac - Poljane - Stubline - Obrenovac",
        "short": "946",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60065",
        "label": "951",
        "long": "Obrenovac - Veliko polje (Gornji kraj)",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60066",
        "label": "951A",
        "long": "Obrenovac - Veliko polje (Stameni\u0107a kraj)",
        "short": "951A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60067",
        "label": "952A",
        "long": "Obrenovac - Veliko polje - Obrenovac",
        "short": "952A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60068",
        "label": "953A",
        "long": "Obrenovac - Stubline - Obrenovac",
        "short": "953A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60069",
        "label": "953",
        "long": "Obrenovac - Poljane",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60070",
        "label": "954",
        "long": "Obrenovac - Piroman",
        "short": "954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60071",
        "label": "954A",
        "long": "Piroman - Zve\u010dka - Obrenovac",
        "short": "954A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60073",
        "label": "958",
        "long": "Obrenovac - Trstenica (oba kraja) - Obrenovac",
        "short": "958",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60074",
        "label": "959",
        "long": "Obrenovac - Brovi\u0107",
        "short": "959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60077",
        "label": "960",
        "long": "Obrenovac - Piroman",
        "short": "960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60083",
        "label": "974A",
        "long": "LJubini\u0107 - Ora\u0161ac - Obrenovac",
        "short": "974A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60085",
        "label": "975",
        "long": "Obrenovac - Ora\u0161ac - Vuki\u0107evica (Arsenovi\u0107a kraj) - Vuki\u0107evica",
        "short": "975",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60087",
        "label": "977",
        "long": "Obrenovac - LJubini\u0107 - Vuki\u0107evica",
        "short": "977",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60088",
        "label": "978",
        "long": "Obrenovac - Vuki\u0107evica - LJubini\u0107",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60091",
        "label": "983",
        "long": "Obrenovac - Brovi\u0107",
        "short": "983",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60092",
        "label": "5520A",
        "long": "Barajevo - Ba\u0107evac - Bo\u017edarevac - Barajevo",
        "short": "5520A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60093",
        "label": "5520",
        "long": "Barajevo - Ba\u0107evac - Bo\u017edarevac - Barajevo",
        "short": "5520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60094",
        "label": "5521",
        "long": "Barajevo - Veliki Borak",
        "short": "5521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60095",
        "label": "5521A",
        "long": "Barajevo - Veliki Borak - Bo\u017edarevac",
        "short": "5521A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60096",
        "label": "5522",
        "long": "Barajevo - Guncati - Ba\u0107evac - Bo\u017edarevac",
        "short": "5522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60097",
        "label": "5522A",
        "long": "Barajevo - Guncati - Ba\u0107evac - Barajevo",
        "short": "5522A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60098",
        "label": "5523",
        "long": "Barajevo - Paj\u0161uma - Guberevac",
        "short": "5523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60099",
        "label": "55231",
        "long": "Barajevo - Guberevac",
        "short": "55231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60100",
        "label": "5525A",
        "long": "Roga\u010da - Drlupa - Sibnica - Barajevo",
        "short": "5525A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60101",
        "label": "5525B",
        "long": "Roga\u010da - Sopot - Sibnica - Barajevo",
        "short": "5525B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60102",
        "label": "5525",
        "long": "Barajevo - Drlupa - Roga\u010da",
        "short": "5525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60103",
        "label": "55251",
        "long": "Barajevo - Roga\u010da",
        "short": "55251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60104",
        "label": "5526A",
        "long": "Barajevo/Arnajevo/ - Termoelektrana",
        "short": "5526A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60105",
        "label": "5526B",
        "long": "Barajevo - Spasovina - Arnajevo",
        "short": "5526B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60106",
        "label": "5526",
        "long": "Barajevo - Arnajevo",
        "short": "5526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": false,
        "id": "60107",
        "label": "5527A",
        "long": "Barajevo - Mani\u0107 - Ro\u017eanci - Arnajevo - Barajevo",
        "short": "5527A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": false,
        "id": "60108",
        "label": "5527",
        "long": "Barajevo - Arnajevo - Ro\u017eanci - Mani\u0107 - Barajevo",
        "short": "5527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": false,
        "id": "60109",
        "label": "5529",
        "long": "Barajevo - Mani\u0107 - Ro\u017eanci - Barajevo",
        "short": "5529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": false,
        "id": "60113",
        "label": "5529C",
        "long": "Barajevo - Ro\u017eanci - Mani\u0107 - Barajevo",
        "short": "5529C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60114",
        "label": "5530A",
        "long": "Barajevo - Guncati - Vrani\u0107 - Tarai\u0161 - \u0160iljakovac - Barajevo",
        "short": "5530A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60115",
        "label": "5530B",
        "long": "Barajevo - \u0160iljakovac - Dubrave - Vrani\u0107 - Ra\u0161i\u0107a kraj - Barajevo",
        "short": "5530B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60116",
        "label": "5530V",
        "long": "Barajevo - \u0160iljakovac - Tarai\u0161 - Guncati - Barajevo",
        "short": "5530V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60117",
        "label": "5530G",
        "long": "Barajevo - Guncati - Vrani\u0107 - Ra\u0161i\u0107a kraj - \u0160iljakovac - Barajevo",
        "short": "5530G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60119",
        "label": "5530D",
        "long": "Barajevo - \u0160iljakovac - Tarai\u0161 - Barajevo",
        "short": "5530D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60120",
        "label": "5530",
        "long": "Barajevo - Vrani\u0107 - Tarai\u0161 - \u0160iljakovac - Barajevo",
        "short": "5530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60121",
        "label": "5533A",
        "long": "Srednji kraj - Glum\u010devo brdo - Lipovica - Trebe\u017e - Barajevo",
        "short": "5533A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60122",
        "label": "5533B",
        "long": "Barajevo - Trebe\u017e - Ctara Lipovica - Glum\u010devo brdo - Nenadovac - Barajevo",
        "short": "5533B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60124",
        "label": "5534A",
        "long": "Barajevo - Srednji kraj - Karaula - Barajevo",
        "short": "5534A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60125",
        "label": "5534",
        "long": "Barajevo - Karaula - Srednji kraj - Barajevo",
        "short": "5534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "color_name": "teal",
        "has_shape": true,
        "id": "60126",
        "label": "5535",
        "long": "Barajevo - Gaj - Novo naselje",
        "short": "5535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60128",
        "label": "5536A",
        "long": "Barajevo - Ravni gaj",
        "short": "5536A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60129",
        "label": "5536",
        "long": "Barajevo - Naselje Gaj - Ravni gaj",
        "short": "5536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60130",
        "label": "5538",
        "long": "Barajevo - Srem\u010dica - Meljak - Ba\u0107evac -  Barajevo",
        "short": "5538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60131",
        "label": "355L",
        "long": "Grocka - Kamendol - Um\u010dari",
        "short": "355L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60132",
        "label": "361L",
        "long": "Dra\u017eanj - Grocka",
        "short": "361L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60134",
        "label": "4101",
        "long": "Mladenovac - Kova\u010devac - Velika Krsna (okretnica)",
        "short": "4101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60135",
        "label": "4102",
        "long": "Mladenovac - Belu\u0107e - Dolina \u0160e\u0161ira - Velika Krsna (okretnica)",
        "short": "4102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60136",
        "label": "41021",
        "long": "Mladenovac - Dolina \u0160e\u0161ira - Velika Krsna",
        "short": "41021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60137",
        "label": "4105",
        "long": "Mladenovac - Kova\u010devac (\u010cot)",
        "short": "4105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60138",
        "label": "4106",
        "long": "Mladenovac - Mari\u0107i - Kova\u010devac (\u010cot)",
        "short": "4106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60139",
        "label": "4111",
        "long": "Mladenovac - Jankovi\u0107i - Nova \u0161kola - Mladenovac",
        "short": "4111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60140",
        "label": "4112",
        "long": "Mladenovac - Rabrovac/\u0161ume - Simi\u0107i - Joksimovi\u0107a put/ - Mladenovac",
        "short": "4112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60141",
        "label": "4113",
        "long": "Mladenovac - Lug - Jagnjilo (Stra\u017eevica - Beljakovi\u0107i) - Rabrovac (Gli\u0161i\u0107i - Joksimovi\u0107a put - \u0160ume) - Lug - Mladenovac",
        "short": "4113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "color_name": "teal",
        "has_shape": true,
        "id": "60142",
        "label": "4121",
        "long": "Mladenovac \u2013 Lug - Jagnjilo (Stra\u017eevica - Beljakovi\u0107i) - Klenac - Mladenovac",
        "short": "4121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60146",
        "label": "4125",
        "long": "Mladenovac - Pru\u017eatovac - Me\u0111ulu\u017eje - Mladenovac",
        "short": "4125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60147",
        "label": "4130",
        "long": "Mladenovac - Me\u0111ulu\u017eje - Markovac",
        "short": "4130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60148",
        "label": "41301",
        "long": "Mladenovac - Me\u0111ulu\u017eje - Markovac",
        "short": "41301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60149",
        "label": "4131",
        "long": "Mladenovac - Crkvine - Beljevac - Markovac - Mladenovac",
        "short": "4131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60150",
        "label": "4132",
        "long": "Mladenovac - Crkvine - Beljevac - Markovac - Me\u0111ulu\u017eje - Mladenovac",
        "short": "4132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60151",
        "label": "4133",
        "long": "Mladenovac - Markovac - Beljevac - Crkvine - Markovac - Mladenovac",
        "short": "4133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60154",
        "label": "4136",
        "long": "Mladenovac - Me\u0111ulu\u017eje - Crkvine - Beljevac - Me\u0111ulu\u017eje - Mladenovac",
        "short": "4136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60155",
        "label": "4137",
        "long": "Mladenovac - Crkvine - Beljevac - Markovac - Me\u0111ulu\u017eje - Mladenovac",
        "short": "4137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60156",
        "label": "4141",
        "long": "Mladenovac - Pru\u017eatovac - Velika Ivan\u010da (Strugara)",
        "short": "4141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60157",
        "label": "4142",
        "long": "Mladenovac - Selters - Pru\u017eatovac",
        "short": "4142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60158",
        "label": "4143",
        "long": "Mladenovac - Pru\u017eatovac - Velika Ivan\u010da (Metaljka)",
        "short": "4143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60160",
        "label": "4151",
        "long": "Mladenovac - Ameri\u0107 I - Ameri\u0107 II  - Mladenovac",
        "short": "4151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60161",
        "label": "4152",
        "long": "Mladenovac - Ameri\u0107 II - Ameri\u0107 I  - Mladenovac",
        "short": "4152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60162",
        "label": "4161",
        "long": "Mladenovac - Kora\u0107ica - Kosmaj (Zlatar)",
        "short": "4161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60164",
        "label": "4163",
        "long": "Mladenovac - Selters - Petka\u0107i - Kora\u0107ica (Zmajevac)",
        "short": "4163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60166",
        "label": "4171",
        "long": "Mladenovac - Selo Vla\u0161ka - Kosni put - Mladenovac",
        "short": "4171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60168",
        "label": "4172",
        "long": "Mladenovac - Kosni put - Selo Vla\u0161ka - Mladenovac",
        "short": "4172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60169",
        "label": "4175",
        "long": "Mladenovac - Rajkovac - Vrbica - Mladenovac",
        "short": "4175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60170",
        "label": "4181",
        "long": "Mladenovac - Donja Dubona",
        "short": "4181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60172",
        "label": "4182",
        "long": "Mladenovac - Selo Mladenovac - \u0160ep\u0161in (\u010desma)",
        "short": "4182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60173",
        "label": "4183",
        "long": "Mladenovac - Dubona - \u0160ep\u0161in - Mladenovac",
        "short": "4183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60174",
        "label": "4184",
        "long": "Mladenovac - \u0160ep\u0161in - Dubona - Mladenovac",
        "short": "4184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60175",
        "label": "4191",
        "long": "GRADSKA 1 (Selo Mladenovac - Progres)",
        "short": "4191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60177",
        "label": "4192",
        "long": "GRADSKA 2 (Razvitak - Me\u0111ulu\u017eje - Bata\u0161evo - Drap\u0161in)",
        "short": "4192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60178",
        "label": "4192A",
        "long": "GRADCKA 2 (Razvitak - Me\u0111ulu\u017eje - Mladenovac)",
        "short": "4192A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60179",
        "label": "4193",
        "long": "GRADSKA 3 (Rajkovac - Kora\u0107i\u010dka banja)",
        "short": "4193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60180",
        "label": "4194",
        "long": "Selo Mladenovac - Me\u0111ulu\u017eje",
        "short": "4194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60181",
        "label": "4194L",
        "long": "Selo Mladenovac - Mladenovac AS",
        "short": "4194L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60182",
        "label": "4195",
        "long": "Mladenovac - Kova\u010devac (Put za Klisuru)",
        "short": "4195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60183",
        "label": "4196",
        "long": "Mladenovac - Kova\u010devac (Put za Klisuru)",
        "short": "4196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60184",
        "label": "4197",
        "long": "Gradska 2A (Mladenovac - Me\u0111ulu\u017eje - Razvitak)",
        "short": "4197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60186",
        "label": "4199",
        "long": "GRADSKA 5 (Granice - Trstena /Livadarska/)",
        "short": "4199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60187",
        "label": "4401",
        "long": "Sopot - Parcani",
        "short": "4401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60188",
        "label": "4402A",
        "long": "Stojnik -  Babe - Parcani  - Sopot",
        "short": "4402A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60189",
        "label": "4402",
        "long": "Sopot - Parcani - Babe - Du\u010dina - Stojnik",
        "short": "4402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60190",
        "label": "4403",
        "long": "Sopot - Ralja - Parcani",
        "short": "4403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60191",
        "label": "4404",
        "long": "Sopot - Sibnica",
        "short": "4404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60192",
        "label": "4404A",
        "long": "Sopot - Sibnica /groblje/ - Mirosaljci - Junkovac",
        "short": "4404A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60193",
        "label": "4404B",
        "long": "Sopot - Mirosaljci - Sibnica (groblje)",
        "short": "4404B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60194",
        "label": "4405",
        "long": "Sopot - Nemeniku\u0107e - Bak\u010dine",
        "short": "4405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60195",
        "label": "4406A",
        "long": "Sopot - Roga\u010da - Drlupa -  Sibnica",
        "short": "4406A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60196",
        "label": "4406",
        "long": "Sopot - Roga\u010da - Drlupa - Sibnica",
        "short": "4406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60198",
        "label": "4407C",
        "long": "Sopot - Slatina - Sibnica",
        "short": "4407C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60199",
        "label": "4407",
        "long": "Sopot - Drlupa - Sibnica",
        "short": "4407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60200",
        "label": "4407A",
        "long": "Sopot - Drlupa - Slatina (trafo) - Sibnica",
        "short": "4407A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60201",
        "label": "4408",
        "long": "Sopot - Tresije - Roga\u010da (Mala \u0107uprija)",
        "short": "4408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60202",
        "label": "4408A",
        "long": "Sopot - Tresije - Roga\u010da",
        "short": "4408A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60203",
        "label": "4409",
        "long": "Sopot - Drlupa - Slatina - Barajevo",
        "short": "4409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60205",
        "label": "4410",
        "long": "Sopot - \u0110urinci - Mladenovac",
        "short": "4410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60206",
        "label": "4411",
        "long": "Sopot - \u0110urinci",
        "short": "4411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60207",
        "label": "4412",
        "long": "Mladenovac - Bak\u010dine - Nemeniku\u0107e - Copot",
        "short": "4412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60209",
        "label": "4414",
        "long": "Sopot -  Mala Ivan\u010da - Mali Po\u017earevac  - Senaja",
        "short": "4414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60210",
        "label": "44141",
        "long": "Sopot - Mala Ivan\u010da - Mali Po\u017earevac",
        "short": "44141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60211",
        "label": "4415",
        "long": "Sopot - Stanojevac - Mali Po\u017earevac - Senaja",
        "short": "4415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60213",
        "label": "4415A",
        "long": "Sopot - Mali Po\u017earevac",
        "short": "4415A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60214",
        "label": "4425",
        "long": "Sopot - Drlupa - Sibnica - Barajevo",
        "short": "4425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60215",
        "label": "4426",
        "long": "Sopot - Drlupa - Barajevo",
        "short": "4426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60216",
        "label": "4427",
        "long": "Barajevo - Sibnica - Sopot",
        "short": "4427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60217",
        "label": "4428",
        "long": "Sopot - Sibnica - Roga\u010da - Drlupa -  Barajevo",
        "short": "4428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60218",
        "label": "4428A",
        "long": "Sopot - Du\u010dina - Slatina - Barajevo",
        "short": "4428A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60220",
        "label": "4433",
        "long": "Sopot - Du\u010dina - Stojnik",
        "short": "4433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60221",
        "label": "4434",
        "long": "Sopot - Stojnik \u2013 Guberevac - Sopot",
        "short": "4434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60222",
        "label": "4435",
        "long": "Sopot - Guberevac",
        "short": "4435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60223",
        "label": "351",
        "long": "\u0160umice - Grocka - Dra\u017eanj",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60224",
        "label": "352",
        "long": "\u0160umice - Dra\u017eanj (autoputem)",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60225",
        "label": "353",
        "long": "Dra\u017eanj - \u017divkovac - \u0160umice (autoputem)",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60226",
        "label": "354",
        "long": "\u0160umice - Vr\u010din - Zaklopa\u010da - Grocka - Kamendol",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60227",
        "label": "354A",
        "long": "\u0160umice - Vr\u010din - Zaklopa\u010da - Grocka - \u017divkovac",
        "short": "354A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60228",
        "label": "354B",
        "long": "\u0160umice - Vr\u010din - Zaklopa\u010da - Grocka",
        "short": "354B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60229",
        "label": "355A",
        "long": "\u0160umice - Grocka - Kamendol - \u017divkovac - Dra\u017eanj",
        "short": "355A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60230",
        "label": "355",
        "long": "\u0160umice - Grocka - Kamendol - Dra\u017eanj",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60231",
        "label": "356",
        "long": "\u0160umice - Grocka - Brestovik - Kamendol - Pudarci",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60232",
        "label": "361",
        "long": "\u0160umice - Grocka - \u017divkovac",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60233",
        "label": "361B",
        "long": "\u0160umice - \u017divkovac - Dra\u017eanj (preko Grocke)",
        "short": "361B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60235",
        "label": "362",
        "long": "\u017divkovac - \u0160umice (autoputem)",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60237",
        "label": "363",
        "long": "\u0160umice - Grocka - Brestovik - Kamendol - \u017divkovac",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60238",
        "label": "366",
        "long": "\u0160umice - Um\u010dari - Kamendol (autoputem)",
        "short": "366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60239",
        "label": "366A",
        "long": "Kamendol - \u0160umice (autoputem)",
        "short": "366A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "color_name": "teal",
        "has_shape": true,
        "id": "60240",
        "label": "450",
        "long": "Vo\u017edovac - Sopot (Avalskim putem)",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "color_name": "teal",
        "has_shape": true,
        "id": "60241",
        "label": "451",
        "long": "Vo\u017edovac - Babe - Stojnik",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60242",
        "label": "460",
        "long": "Beograd - Mala Ivan\u010da (autoputem)",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60243",
        "label": "460A",
        "long": "Beograd - Mali Popovi\u0107 - Mala Ivan\u010da (autoputem)",
        "short": "460A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60244",
        "label": "461",
        "long": "\u0160umice - Vr\u010din - Ravnice",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60245",
        "label": "462",
        "long": "\u0160umice - Vr\u010din (Avalski put)",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60246",
        "label": "463",
        "long": "\u0160umice - Vr\u010din - Jari\u010di\u0161te - Ravnice",
        "short": "463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60248",
        "label": "464",
        "long": "Sopot - Mali Popovi\u0107 - Mali Po\u017earevac - Beograd",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60249",
        "label": "465",
        "long": "Sopot (Stanojevac) - Beograd (Autoputem)",
        "short": "465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60252",
        "label": "466",
        "long": "Beograd - Jari\u010di\u0161te - Vr\u010din (centar)",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "color_name": "teal",
        "has_shape": true,
        "id": "60254",
        "label": "470",
        "long": "Vo\u017edovac - Mala Ivan\u010da (Avalskim putem)",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "color_name": "teal",
        "has_shape": true,
        "id": "60255",
        "label": "470A",
        "long": "Vo\u017edovac - Parcani - Mala Ivan\u010da (Avalskim putem)",
        "short": "470A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "color_name": "teal",
        "has_shape": true,
        "id": "60256",
        "label": "474",
        "long": "Vo\u017edovac - Parcani",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "color_name": "teal",
        "has_shape": true,
        "id": "60257",
        "label": "491",
        "long": "Vo\u017edovac - Ralja - Mladenovac",
        "short": "491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60258",
        "label": "491A",
        "long": "Beograd - Ralja - Sopot - Mladenovac",
        "short": "491A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60260",
        "label": "493",
        "long": "Beograd - Mali Po\u017earevac - Mladenovac (autoputem)",
        "short": "493",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60261",
        "label": "493A",
        "long": "Beograd - Mali Po\u017earevac - Mladenovac (autoputem)",
        "short": "493A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60262",
        "label": "494",
        "long": "Mladenovac - Senaja - Beograd",
        "short": "494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60263",
        "label": "494A",
        "long": "Mladenovac - Senaja - Mali Po\u017earevac - Beograd",
        "short": "494A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60264",
        "label": "499",
        "long": "Mladenovac - Dubona - \u0160ep\u0161in - Senaja - Beograd",
        "short": "499",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60265",
        "label": "560",
        "long": "Banovo brdo - Barajevo",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60266",
        "label": "560A",
        "long": "Banovo brdo - Srem\u010dica - Barajevo",
        "short": "560A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "color_name": "teal",
        "has_shape": true,
        "id": "60267",
        "label": "560E",
        "long": "BAS - Barajevo",
        "short": "560E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60268",
        "label": "561",
        "long": "Barajevo - Guncati - Ba\u0107evac - Banovo brdo",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60269",
        "label": "561A",
        "long": "Barajevo - Ba\u0107evac - Guncati - Banovo brdo",
        "short": "561A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60270",
        "label": "581",
        "long": "Beograd - Lazarevac",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60271",
        "label": "581E",
        "long": "Beograd - Lazarevac (ekspres)",
        "short": "581E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60272",
        "label": "581A",
        "long": "Beograd - Lazarevac (Dom zdravlja)",
        "short": "581A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60273",
        "label": "583",
        "long": "Beograd - Kru\u0161evica - Trbu\u0161nica",
        "short": "583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60274",
        "label": "583A",
        "long": "Beograd - Kru\u0161evica",
        "short": "583A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60275",
        "label": "585",
        "long": "Beograd - Mirosaljci (Gunjevac)",
        "short": "585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60276",
        "label": "586",
        "long": "Banovo brdo - Termoelektrana",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60277",
        "label": "588",
        "long": "Beograd - Mirosaljci",
        "short": "588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60278",
        "label": "591",
        "long": "Banovo brdo - Vrani\u0107 - Tarai\u0161",
        "short": "591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60279",
        "label": "591A",
        "long": "Banovo brdo - Ra\u0161i\u0107a kraj",
        "short": "591A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60280",
        "label": "592",
        "long": "Banovo brdo - Ra\u0161i\u0107a kraj - Dra\u017eevac",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60281",
        "label": "593",
        "long": "Banovo brdo - Meljak - \u0160iljakovac - Tarai\u0161",
        "short": "593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60282",
        "label": "593A",
        "long": "Banovo brdo - Meljak - \u0160iljakovac - Ra\u0161i\u0107a kraj",
        "short": "593A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60283",
        "label": "593B",
        "long": "Banovo brdo - \u0160iljakovac",
        "short": "593B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "color_name": "teal",
        "has_shape": true,
        "id": "60284",
        "label": "860",
        "long": "Beograd na vodi - Obrenovac",
        "short": "860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60285",
        "label": "860E",
        "long": "Beograd - Obrenovac (ekspres)",
        "short": "860E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60289",
        "label": "4414A",
        "long": "Sopot - Mala Ivan\u010da - Mali Po\u017earevac - Beograd",
        "short": "4414A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60290",
        "label": "5570",
        "long": "Barajevo - Obrenovac",
        "short": "5570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60291",
        "label": "116",
        "long": "Lazarevac - Stepojevac",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60292",
        "label": "923B",
        "long": "Obrenovac - Skela",
        "short": "923B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60293",
        "label": "961",
        "long": "Obrenovac - Stubline - Piroman",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60294",
        "label": "961A",
        "long": "Obrenovac -  Stubline  - Piroman",
        "short": "961A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60295",
        "label": "975A",
        "long": "Obrenovac - Ora\u0161ac - Vuki\u0107evica (Arsenovi\u0107a kraj) - Vuki\u0107evica",
        "short": "975A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60296",
        "label": "975B",
        "long": "Obrenovac - LJubini\u0107 - Vuki\u0107evica (Arsenovi\u0107a kraj) - Vuki\u0107evica",
        "short": "975B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60297",
        "label": "4413",
        "long": "Sopot - Mala Ivan\u010da - Mali Po\u017earevac - Sopot",
        "short": "4413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60298",
        "label": "5524",
        "long": "Barajevo - Guncati",
        "short": "5524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60299",
        "label": "5528",
        "long": "Barajevo - \u0160iljakovac",
        "short": "5528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60301",
        "label": "4404C",
        "long": "Sopot - Slatina - Sibnica",
        "short": "4404C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60304",
        "label": "165A",
        "long": "Dren - Lazarevac",
        "short": "165A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60305",
        "label": "4199A",
        "long": "GRADCKA 5 (ul. Nikole Pa\u0161i\u0107a - Trstena /Livadarska/)",
        "short": "4199A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60306",
        "label": "4199B",
        "long": "GRADSKA 5 (ul. Nikole Pa\u0161i\u0107a - Trstena /Livadarska/)",
        "short": "4199B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60307",
        "label": "4199C",
        "long": "GRADSKA 5 (Op\u0161tina - Granice (vinogradi))",
        "short": "4199C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60308",
        "label": "4406B",
        "long": "Sopot - Roga\u010da - Drlupa - Slatina - Sibnica",
        "short": "4406B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60309",
        "label": "4402B",
        "long": "Sopot -  Ropo\u010devo - Ralja - Babe  - Stojnik",
        "short": "4402B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60310",
        "label": "4191B",
        "long": "GRADSKA 1 (ul.Nikole Pa\u0161i\u0107a - Progres)",
        "short": "4191B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60311",
        "label": "44331",
        "long": "Stojnik -  Sopot",
        "short": "44331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60313",
        "label": "4113A",
        "long": "Mladenovac - Lug - Rabrovac (Simi\u0107i - Joksimovi\u0107a put - \u0160ume) - Jagnjilo (Beljakovi\u0107i - Stra\u017eevica) - Klenac - Mladenovac",
        "short": "4113A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "color_name": "teal",
        "has_shape": true,
        "id": "60314",
        "label": "451A",
        "long": "Vo\u017edovac - Stojnik",
        "short": "451A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60316",
        "label": "4404D",
        "long": "Sopot - Slatina (trafo) - Sibnica",
        "short": "4404D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60317",
        "label": "466A",
        "long": "BAS - Vr\u010din (centar)",
        "short": "466A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60318",
        "label": "5533V",
        "long": "Barajevo - Srednji kraj - Karaula - Stara Lipovica - Trebe\u017e -  Barajevo",
        "short": "5533V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60319",
        "label": "4112A",
        "long": "Mladenovac - Rabrovac (\u0160ume - Simi\u0107i - Joksimovi\u0107a put) - Lug - Mladenovac",
        "short": "4112A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60320",
        "label": "41022",
        "long": "Velika Krsna - Belu\u0107e - Mladenovac",
        "short": "41022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60321",
        "label": "4406C",
        "long": "Sopot - Roga\u010da - Drlupa - Slatina - Sibnica",
        "short": "4406C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60323",
        "label": "860M",
        "long": "Beograd - Industrijska zona Bari\u010d - Obrenovac",
        "short": "860M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60324",
        "label": "860L",
        "long": "Obrenovac - Lazarevac",
        "short": "860L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "color_name": "teal",
        "has_shape": true,
        "id": "60325",
        "label": "860B",
        "long": "Beograd - Mala Mo\u0161tanica - Industrijska zona Bari\u010d",
        "short": "860B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60326",
        "label": "860S",
        "long": "Beograd - Mislo\u0111in - Stepojevac",
        "short": "860S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60327",
        "label": "860A",
        "long": "Beograd - Rucka - Mala Mo\u0161tanica - Bari\u010d (ambulanta)",
        "short": "860A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60328",
        "label": "860BL",
        "long": "Industrijska zona Bari\u010d - Lazarevac",
        "short": "860BL",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60329",
        "label": "860D",
        "long": "Banovo brdo - Veveri\u010dki kraj - Dra\u017eevac",
        "short": "860D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60330",
        "label": "860V",
        "long": "Banovo brdo - Baljevac (Ibarska magistrala)",
        "short": "860V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60331",
        "label": "860P",
        "long": "Banovo brdo - Poljane (Donji kraj)",
        "short": "860P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60332",
        "label": "860J",
        "long": "Beograd - Jasenak (pu\u017e)",
        "short": "860J",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60333",
        "label": "860T",
        "long": "Industrijska zona Bari\u010d - Vuki\u0107evica",
        "short": "860T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60335",
        "label": "860U",
        "long": "Industrijska zona Bari\u010d - U\u0161\u0107e",
        "short": "860U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60336",
        "label": "860I",
        "long": "Beograd - Sur\u010din - Industrijska zona Bari\u010d",
        "short": "860I",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60337",
        "label": "120",
        "long": "\u017delezni\u010dka stanica Lazarevac - AC Lazarevac - \u017delezni\u010dka stanica Lazarevac",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60338",
        "label": "5519",
        "long": "Barajevo - Ba\u0107evac",
        "short": "5519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60339",
        "label": "860VP",
        "long": "Duboko - Veliko polje",
        "short": "860VP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "color_name": "teal",
        "has_shape": true,
        "id": "60340",
        "label": "860G",
        "long": "AS Obrenovac - Grabovac (Donji kraj) - Dren (Iveri\u0107)",
        "short": "860G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60341",
        "label": "860MV",
        "long": "BAS - Naselje Sava (preko autoputa Milo\u0161 Veliki)",
        "short": "860MV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60342",
        "label": "860R",
        "long": "Industrijska zona Bari\u010d - Rvati - Trstenica - Industrijska zona Bari\u010d",
        "short": "860R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": false,
        "id": "60343",
        "label": "860\u0160",
        "long": "Srem\u010dica - Veveri\u010dki kraj - \u0160umadija - Vis - Mislo\u0111in - Industrijska zona Bari\u010d",
        "short": "860\u0160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60344",
        "label": "313",
        "long": "Mirijevo 4 - Kalu\u0111erica - Le\u0161tane (Ravan)",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60345",
        "label": "860C",
        "long": "BAS - Bari\u010dkih boraca - Industrijska zona Bari\u010d",
        "short": "860C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60350",
        "label": "350",
        "long": "\u017divkovac - Dra\u017eanj - Kamendol - Brestovik - \u017divkovac",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60352",
        "label": "352A",
        "long": "\u0160umice - Vr\u010din - Um\u010dari - Dra\u017eanj",
        "short": "352A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60353",
        "label": "4113V",
        "long": "Mladenovac - Klenac - Jagnjilo (Stra\u017eevica - Beljakovi\u0107i) - Rabrovac (Gli\u0161i\u0107i - Joksimovi\u0107a put - \u0160ume) - Mladenovac",
        "short": "4113V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60355",
        "label": "355B",
        "long": "\u0160umice - Grocka - Brestovik - Kamendol - Dra\u017eanj",
        "short": "355B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60365",
        "label": "365",
        "long": "Grocka - Um\u010dari - Mladenovac",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60374",
        "label": "584",
        "long": "Lazarevac - Stepojevac - Leskovac - Veliki Borak - Ba\u0107evac - Barajevo",
        "short": "584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60390",
        "label": "4444",
        "long": "Sopot - Senja - \u0110urinci -  Ropo\u010devo",
        "short": "4444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60391",
        "label": "4112B",
        "long": "Mladenovac - Lug - Rabrovac (Simi\u0107i - Joksimovi\u0107a put - \u0160ume) - Mladenovac",
        "short": "4112B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60392",
        "label": "4113B",
        "long": "Mladenovac - Klenac - Jagnjilo (Stra\u017eevica - Beljakovi\u0107i) - Rabrovac (Simi\u0107i - Joksimovi\u0107a put - \u0160ume) - Lug - Mladenovac",
        "short": "4113B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60394",
        "label": "4400",
        "long": "Sopot - Ralja - Livnica - Ralja (Drumine) - Sopot",
        "short": "4400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60395",
        "label": "4401A",
        "long": "Sopot - Babe - Parcani",
        "short": "4401A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60396",
        "label": "860Z",
        "long": "Duboko - Mala Mo\u0161tanica - Zabre\u017eje",
        "short": "860Z",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60465",
        "label": "465A",
        "long": "Beograd - SP Lasta - Mali Po\u017earevac - Sopot",
        "short": "465A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60467",
        "label": "467",
        "long": "Vr\u010din - Grocka - Brestovik - Kamendol - Ilinski kraj",
        "short": "467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60493",
        "label": "493B",
        "long": "Beograd - SP Lasta - Mali Po\u017earevac - Mladenovac (autoputem)",
        "short": "493B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60580",
        "label": "580",
        "long": "Beograd - Lazarevac",
        "short": "580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "60581",
        "label": "4175A",
        "long": "Mladenovac - Vrbica - Rajkovac - Mladenovac",
        "short": "4175A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3D7",
        "color_name": "teal",
        "has_shape": true,
        "id": "61133",
        "label": "363La",
        "long": "\u017divkovac - Kamendol - Brestovik - Grocka",
        "short": "363La",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "61142",
        "label": "4121A",
        "long": "Mladenovac - Klenac - Jagnjilo - Lug - Mladenovac",
        "short": "4121A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "61335",
        "label": "860U1",
        "long": "AS Obrenovac - Staro U\u0161\u0107e",
        "short": "860U1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "61977",
        "label": "977A",
        "long": "Vuki\u0107evica - Ljubini\u0107 - Grabovac - Obrenovac",
        "short": "977A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "62335",
        "label": "860U2",
        "long": "Industrijska zona Bari\u010d - U\u0161\u0107e (Gola bara)",
        "short": "860U2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098DA",
        "color_name": "teal",
        "has_shape": true,
        "id": "62336",
        "label": "493K",
        "long": "Mladenovac AS - Beograd ( Mostarska Petlja) - Mladenovac AS",
        "short": "493K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2811,
    "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-24",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 2811,
      "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": "2811 of 2811 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": 9852,
      "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": "9852 of 9852 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    },
    {
      "code": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    }
  ],
  "validator_version": "8.0.1"
}
