{"id":110,"date":"2025-05-26T15:24:31","date_gmt":"2025-05-26T13:24:31","guid":{"rendered":"https:\/\/www.oslopass.net\/?page_id=110"},"modified":"2026-06-10T17:04:27","modified_gmt":"2026-06-10T15:04:27","slug":"oslo-pass-public-transport","status":"publish","type":"page","link":"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/","title":{"rendered":"Oslo Pass Local transportation"},"content":{"rendered":"<!--\n  =====================================================\n  OSLO CARD \u2014 UNTERSEITE \u201eNAHVERKEHR & \u00d6PNV\"\n  URL: \/de\/nahverkehr\/\n  Position: Hauptmen\u00fc-Eintrag in der Site-Navigation.\n\n  Aufbau:\n   - Header mit H1 + Subline\n   - Block 1: Was ist enthalten (5 Verkehrsmittel)\n   - Block 2: Spartipp Flughafen (Highlight-Box)\n   - Block 3: Zonen-Erkl\u00e4rung\n   - Block 4: So funktioniert die App-Aktivierung\n   - Block 5: Ausflugsziele in der Region\n   - Block 6: F\u00e4hren + Bygd\u00f8y\n   - Block 7: Externe Links + Reentry-CTA\n\n  CSS-Pr\u00e4fix: lc-nahv- (Nahverkehrs-Page)\n  Inhalt: VisitOslo-Brosch\u00fcre 2026 + alte oslocard.net-Inhalte verifiziert.\n  =====================================================\n-->\n\n<style>\n.lc-nahv * { box-sizing: border-box; margin: 0; padding: 0; }\n\n.lc-nahv {\n  max-width: 1200px;\n  margin: 32px auto 48px;\n  padding: 0 16px;\n  font-family: -apple-system, system-ui, \"Segoe UI\", Helvetica, Arial, sans-serif;\n}\n\n\/* \u2500\u2500 Header \u2500\u2500 *\/\n.lc-nahv-head {\n  text-align: center;\n  margin-bottom: 36px;\n  max-width: 760px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.lc-nahv-eyebrow {\n  display: inline-block;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: #FF8A3D;\n  margin-bottom: 6px;\n}\n.lc-nahv-title {\n  font-size: clamp(24px, 2.8vw, 32px);\n  font-weight: 800;\n  color: #0E5B6E;\n  line-height: 1.2;\n  margin: 0 0 12px;\n}\n.lc-nahv-sub {\n  font-size: 16px;\n  color: #444;\n  line-height: 1.6;\n}\n\n\/* \u2500\u2500 Standard-Block (f\u00fcr die einzelnen Inhalts-Sektionen) \u2500\u2500 *\/\n.lc-nahv-block {\n  background: #fff;\n  border: 1.5px solid #e2e2e2;\n  border-radius: 12px;\n  padding: 26px 28px;\n  margin-bottom: 22px;\n}\n.lc-nahv-block-title {\n  font-size: 20px;\n  font-weight: 800;\n  color: #0E5B6E;\n  margin: 0 0 12px;\n  line-height: 1.3;\n}\n.lc-nahv-block-intro {\n  font-size: 15px;\n  color: #444;\n  line-height: 1.6;\n  margin-bottom: 16px;\n}\n.lc-nahv-block-intro:last-child { margin-bottom: 0; }\n\n\/* \u2500\u2500 Verkehrsmittel-Liste (Block 1) \u2500\u2500 *\/\n.lc-nahv-vehicles {\n  list-style: none;\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  padding: 0;\n  margin: 0;\n}\n.lc-nahv-vehicle {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  padding: 14px 16px;\n  background: #f4fafb;\n  border: 1px solid #d6e8ec;\n  border-radius: 10px;\n}\n.lc-nahv-vehicle-icon {\n  width: 32px;\n  height: 32px;\n  min-width: 32px;\n  border-radius: 50%;\n  background: #0E5B6E;\n  color: #fff;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n.lc-nahv-vehicle-icon svg { width: 16px; height: 16px; }\n.lc-nahv-vehicle-content { flex: 1; }\n.lc-nahv-vehicle-name {\n  font-size: 15px;\n  font-weight: 700;\n  color: #0E5B6E;\n  line-height: 1.3;\n  margin-bottom: 2px;\n}\n.lc-nahv-vehicle-desc {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.45;\n}\n\n\/* \u2500\u2500 Highlight-Box (Block 2 \u2014 Spartipp Flughafen) \u2500\u2500 *\/\n.lc-nahv-tip {\n  background: #fff5e9;\n  border: 1.5px solid #f6c896;\n  border-left: 4px solid #FF8A3D;\n  border-radius: 10px;\n  padding: 18px 22px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n  margin-bottom: 22px;\n}\n.lc-nahv-tip-icon {\n  width: 32px;\n  height: 32px;\n  min-width: 32px;\n  border-radius: 50%;\n  background: #FF8A3D;\n  color: #fff;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n.lc-nahv-tip-icon svg { width: 18px; height: 18px; }\n.lc-nahv-tip-body { flex: 1; }\n.lc-nahv-tip-title {\n  font-size: 16px;\n  font-weight: 700;\n  color: #6b4116;\n  margin-bottom: 6px;\n}\n.lc-nahv-tip-text {\n  font-size: 14.5px;\n  color: #5a3d18;\n  line-height: 1.55;\n}\n.lc-nahv-tip-text p { margin: 0 0 8px; }\n.lc-nahv-tip-text p:last-child { margin: 0; }\n\n\/* \u2500\u2500 Step-Liste (Block 4 \u2014 App-Aktivierung) \u2500\u2500 *\/\n.lc-nahv-steps {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  padding: 0;\n  margin: 0;\n  counter-reset: step;\n}\n.lc-nahv-step {\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n  padding: 12px 0;\n}\n.lc-nahv-step::before {\n  counter-increment: step;\n  content: counter(step);\n  width: 28px;\n  height: 28px;\n  min-width: 28px;\n  border-radius: 50%;\n  background: #FF8A3D;\n  color: #fff;\n  font-size: 14px;\n  font-weight: 800;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n.lc-nahv-step-content {\n  font-size: 15px;\n  color: #333;\n  line-height: 1.55;\n}\n.lc-nahv-step-title {\n  font-weight: 700;\n  color: #0E5B6E;\n  display: block;\n  margin-bottom: 2px;\n}\n\n\/* \u2500\u2500 Ausflugs-Karten (Block 5) \u2500\u2500 *\/\n.lc-nahv-destinations {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  margin: 0;\n  list-style: none;\n  padding: 0;\n}\n.lc-nahv-destination {\n  background: #f4fafb;\n  border: 1px solid #d6e8ec;\n  border-radius: 10px;\n  padding: 14px 16px;\n}\n.lc-nahv-destination-name {\n  font-size: 15px;\n  font-weight: 700;\n  color: #0E5B6E;\n  margin-bottom: 4px;\n}\n.lc-nahv-destination-desc {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.5;\n}\n\n\/* \u2500\u2500 Externe Links \u2500\u2500 *\/\n.lc-nahv-links {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 8px;\n}\n.lc-nahv-link,\n.lc-nahv-link:link,\n.lc-nahv-link:visited {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 1.5px solid #d6e8ec;\n  color: #0E5B6E !important;\n  font-size: 13px;\n  font-weight: 600;\n  padding: 8px 14px;\n  border-radius: 8px;\n  text-decoration: none !important;\n  transition: border-color 0.15s, background 0.15s;\n}\n.lc-nahv-link:hover {\n  border-color: #FF8A3D;\n  background: #fff0e0;\n  color: #0E5B6E !important;\n}\n.lc-nahv-link svg { flex-shrink: 0; }\n\n\/* \u2500\u2500 CTA-Reentry \u2500\u2500 *\/\n.lc-nahv-cta-wrap { text-align: center; margin-top: 36px; }\n.lc-nahv-cta,\n.lc-nahv-cta:link,\n.lc-nahv-cta:visited {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background: #FF8A3D !important;\n  color: #fff !important;\n  font-size: 16px !important;\n  font-weight: 800 !important;\n  padding: 14px 28px !important;\n  border-radius: 10px !important;\n  text-decoration: none !important;\n  letter-spacing: 0 !important;\n  text-transform: none !important;\n  text-shadow: none !important;\n  box-shadow: 0 4px 16px rgba(255,138,61,0.35) !important;\n  border: none !important;\n  transition: background 0.15s, transform 0.15s !important;\n}\n.lc-nahv-cta:hover {\n  background: #e87729 !important;\n  color: #fff !important;\n  transform: translateY(-1px);\n}\n.lc-nahv-cta svg {\n  transition: transform 0.15s ease;\n  flex-shrink: 0;\n}\n.lc-nahv-cta:hover svg { transform: translateX(3px); }\n\n\/* \u2500\u2500 Tablet \u2500\u2500 *\/\n@media (max-width: 760px) {\n  .lc-nahv-vehicles,\n  .lc-nahv-destinations {\n    grid-template-columns: 1fr;\n  }\n}\n\n\/* \u2500\u2500 Mobile \u2500\u2500 *\/\n@media (max-width: 480px) {\n  .lc-nahv { margin: 20px auto 32px; padding: 0 12px; }\n  .lc-nahv-head { margin-bottom: 24px; }\n  .lc-nahv-block { padding: 20px 18px; }\n  .lc-nahv-block-title { font-size: 18px; }\n  .lc-nahv-tip { padding: 16px 18px; gap: 12px; }\n  .lc-nahv-cta { font-size: 15px !important; padding: 13px 22px !important; }\n}\n<\/style>\n\n<!-- Nahverkehr-Unterseite -->\n<section class=\"lc-nahv\" aria-labelledby=\"lc-nahv-heading\">\n\n  <header class=\"lc-nahv-head\">\n    <span class=\"lc-nahv-eyebrow\">Unlimited travel<\/span>\n    <h1 class=\"lc-nahv-title\" id=\"lc-nahv-heading\">Local transport and public transport with the Oslo Card<\/h1>\n    <p class=\"lc-nahv-sub\">\n      The Oslo Card is more than just your entry ticket. With it you can travel in Oslo\n      unlimited travel by bus, streetcar, T-bahn and ferry. This applies to zones 1 to 4 and for the entire\n      entire period of validity. On this page you will find all the details and an\n      important savings tip for the airport transfer.\n    <\/p>\n  <\/header>\n\n  <!-- \u2550\u2550 Block 1: Was ist enthalten? \u2550\u2550 -->\n  <div class=\"lc-nahv-block\">\n    <h2 class=\"lc-nahv-block-title\">These means of transportation are included<\/h2>\n    <p class=\"lc-nahv-block-intro\">\n      With the Oslo Card, you have unlimited and free use of all public transport on the Ruter network and free of charge for you. This applies within zones 1, 2, 3, 4N and 4V.\n    <\/p>\n    <ul class=\"lc-nahv-vehicles\">\n      <li class=\"lc-nahv-vehicle\">\n        <span class=\"lc-nahv-vehicle-icon\" aria-hidden=\"true\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"4\" y=\"3\" width=\"16\" height=\"16\" rx=\"2\"\/><path d=\"M4 11h16\"\/><circle cx=\"8\" cy=\"15\" r=\"1\" fill=\"currentColor\"\/><circle cx=\"16\" cy=\"15\" r=\"1\" fill=\"currentColor\"\/><\/svg>\n        <\/span>\n        <div class=\"lc-nahv-vehicle-content\">\n          <div class=\"lc-nahv-vehicle-name\">Metro T-bane<\/div>\n          <div class=\"lc-nahv-vehicle-desc\">All lines, the entire route network within the standard zones.<\/div>\n        <\/div>\n      <\/li>\n      <li class=\"lc-nahv-vehicle\">\n        <span class=\"lc-nahv-vehicle-icon\" aria-hidden=\"true\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 6h18M3 12h18M3 18h18\"\/><circle cx=\"6\" cy=\"6\" r=\"1.5\" fill=\"currentColor\"\/><circle cx=\"6\" cy=\"12\" r=\"1.5\" fill=\"currentColor\"\/><circle cx=\"6\" cy=\"18\" r=\"1.5\" fill=\"currentColor\"\/><\/svg>\n        <\/span>\n        <div class=\"lc-nahv-vehicle-content\">\n          <div class=\"lc-nahv-vehicle-name\">Bus and streetcar<\/div>\n          <div class=\"lc-nahv-vehicle-desc\">Ruter city and regional buses and all streetcar lines in Oslo.<\/div>\n        <\/div>\n      <\/li>\n      <li class=\"lc-nahv-vehicle\">\n        <span class=\"lc-nahv-vehicle-icon\" aria-hidden=\"true\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 12c2-2 4-2 6 0s4 2 6 0 4-2 6 0\"\/><path d=\"M3 18c2-2 4-2 6 0s4 2 6 0 4-2 6 0\"\/><path d=\"M5 6h14M9 9l1-3M15 9l-1-3\"\/><\/svg>\n        <\/span>\n        <div class=\"lc-nahv-vehicle-content\">\n          <div class=\"lc-nahv-vehicle-name\">Ferries<\/div>\n          <div class=\"lc-nahv-vehicle-desc\">Ferry to the museum peninsula Bygd\u00f8y (April to December) and ferries to the islands in the Oslofjord.<\/div>\n        <\/div>\n      <\/li>\n      <li class=\"lc-nahv-vehicle\">\n        <span class=\"lc-nahv-vehicle-icon\" aria-hidden=\"true\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 7l8-3 8 3v10l-8 3-8-3V7z\"\/><path d=\"M4 7l8 3 8-3M12 10v13\"\/><\/svg>\n        <\/span>\n        <div class=\"lc-nahv-vehicle-content\">\n          <div class=\"lc-nahv-vehicle-name\">Local trains from Vy<\/div>\n          <div class=\"lc-nahv-vehicle-desc\">Regional Vy trains within zones 1 to 4, which also run to popular excursion destinations in the surrounding area.<\/div>\n        <\/div>\n      <\/li>\n    <\/ul>\n  <\/div>\n\n  <!-- \u2550\u2550 Block 2: Spartipp Flughafen \u2550\u2550 -->\n  <div class=\"lc-nahv-tip\">\n    <span class=\"lc-nahv-tip-icon\" aria-hidden=\"true\">\n      <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2v6M9 5l3-3 3 3\"\/><circle cx=\"12\" cy=\"14\" r=\"8\"\/><path d=\"M12 10v4l3 2\"\/><\/svg>\n    <\/span>\n    <div class=\"lc-nahv-tip-body\">\n      <div class=\"lc-nahv-tip-title\">Saving tip: cheap from Gardermoen airport to the city center<\/div>\n      <div class=\"lc-nahv-tip-text\">\n        <p>\n          The Flytoget express train is <strong>not<\/strong> included in the Oslo Card. But: with a little trick you can still get\n          the city cheaply.\n        <\/p>\n        <p>\n          Instead, use the regional trains of the Vy railroad company (lines R10, R11 or L12). With Oslo Card activated\n          you only buy a cheap additional ticket (\u201eTilleggsbillett\u201c) at the ticket machine for the route outside the standard zones. This\n          saves around 50 percent compared to the full Flytoget ticket. The journey from the airport to Oslo S Central Station takes around 22 minutes.\n        <\/p>\n        <p>\n          Note: Torp Sandefjord Airport is too far out and is not part of the covered zones.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 Block 3: Zonen-Erkl\u00e4rung \u2550\u2550 -->\n  <div class=\"lc-nahv-block\">\n    <h2 class=\"lc-nahv-block-title\">Which zones are covered?<\/h2>\n    <p class=\"lc-nahv-block-intro\">\n      The Oslo Card covers router zones 1, 2, 3, 4V and 4N. This allows you to reach all\n      highlights within Oslo as well as many destinations in the surrounding area. These include\n      Lillestr\u00f8m in the east and Sandvika in the west. Gardermoen Airport is located on the edge of\n      Zone 4 and can be reached with the additional ticket trick (see above).\n    <\/p>\n    <div class=\"lc-nahv-links\">\n      <a class=\"lc-nahv-link\" href=\"https:\/\/ruter.no\/en\/about-our-tickets\/zones-and-zone-maps\" target=\"_blank\" rel=\"noopener\">\n        <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n        Official zone map (Ruter)\n      <\/a>\n      <a class=\"lc-nahv-link\" href=\"https:\/\/reise.ruter.no\/en\" target=\"_blank\" rel=\"noopener\">\n        <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 2\"\/><\/svg>\n        Ruter route planner\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 Block 4: So funktioniert's (App) \u2550\u2550 -->\n  <div class=\"lc-nahv-block\">\n    <h2 class=\"lc-nahv-block-title\">How to use the card on public transport<\/h2>\n    <p class=\"lc-nahv-block-intro\">\n      The Oslo Card has been fully digital since 2024. You no longer need a physical card\n      but download the official app onto your smartphone.\n    <\/p>\n    <ol class=\"lc-nahv-steps\">\n      <li class=\"lc-nahv-step\">\n        <div class=\"lc-nahv-step-content\">\n          <span class=\"lc-nahv-step-title\">Voucher by e-mail<\/span>\n          After purchasing from Tiqets, you will immediately receive an activation code by e-mail.\n        <\/div>\n      <\/li>\n      <li class=\"lc-nahv-step\">\n        <div class=\"lc-nahv-step-content\">\n          <span class=\"lc-nahv-step-title\">Download app<\/span>\n          Download the official app \u201eOslo Pass - Official City Card\u201c from the App Store or Google Play.\n        <\/div>\n      <\/li>\n      <li class=\"lc-nahv-step\">\n        <div class=\"lc-nahv-step-content\">\n          <span class=\"lc-nahv-step-title\">Redeem code<\/span>\n          Enter the activation code in the app under \u201eMy Passes\u201c.\n        <\/div>\n      <\/li>\n      <li class=\"lc-nahv-step\">\n        <div class=\"lc-nahv-step-content\">\n          <span class=\"lc-nahv-step-title\">Activate at the start of the trip<\/span>\n          Just before the first use, tap \u201eActivate\u201c in the app. From this moment on, the countdown of 24, 48 or 72 hours starts.\n        <\/div>\n      <\/li>\n      <li class=\"lc-nahv-step\">\n        <div class=\"lc-nahv-step-content\">\n          <span class=\"lc-nahv-step-title\">Show QR code<\/span>\n          Simply show the QR code in the app at controls on the bus, streetcar or T-bane. You don't have to validate or scan anything.\n        <\/div>\n      <\/li>\n    <\/ol>\n  <\/div>\n\n  <!-- \u2550\u2550 Block 5: Ausflugsziele \u2550\u2550 -->\n  <div class=\"lc-nahv-block\">\n    <h2 class=\"lc-nahv-block-title\">Excursion destinations with the Oslo Card<\/h2>\n    <p class=\"lc-nahv-block-intro\">\n      With the Oslo Card, you are not only flexible in urban areas. You can also use the\n      regional trains in zones 1 to 4 for free trips into the surrounding area.\n    <\/p>\n    <ul class=\"lc-nahv-destinations\">\n      <li class=\"lc-nahv-destination\">\n        <div class=\"lc-nahv-destination-name\">Lillestr\u00f8m<\/div>\n        <div class=\"lc-nahv-destination-desc\">10 to 15 minutes by train from Oslo. Cozy caf\u00e9s, museums and access to nature. Ideal for a half-day excursion.<\/div>\n      <\/li>\n      <li class=\"lc-nahv-destination\">\n        <div class=\"lc-nahv-destination-name\">Sandvika<\/div>\n        <div class=\"lc-nahv-destination-desc\">Charming small town west of Oslo with a pretty pedestrian zone, art galleries and access to the Oslofjord.<\/div>\n      <\/li>\n      <li class=\"lc-nahv-destination\">\n        <div class=\"lc-nahv-destination-name\">Kolbotn<\/div>\n        <div class=\"lc-nahv-destination-desc\">Small village south of Oslo with beautiful walking paths and a popular swimming lake (Kolbotnvannet). Perfect for sunny days.<\/div>\n      <\/li>\n      <li class=\"lc-nahv-destination\">\n        <div class=\"lc-nahv-destination-name\">Bygd\u00f8y<\/div>\n        <div class=\"lc-nahv-destination-desc\">The museum peninsula with Fram, Kon-Tiki and Folklore Museum. Accessible by public ferry from R\u00e5dhusbrygge (April to December).<\/div>\n      <\/li>\n    <\/ul>\n  <\/div>\n\n  <!-- \u2550\u2550 Block 6: F\u00e4hren \u00fcber den Oslofjord \u2550\u2550 -->\n  <div class=\"lc-nahv-block\">\n    <h2 class=\"lc-nahv-block-title\">By ferry across the Oslo Fjord<\/h2>\n    <p class=\"lc-nahv-block-intro\">\n      The public ferries are also included in the price. They depart from the Aker Brygge pier\n      and take you to several islands in the Oslofjord. These small natural paradises are like\n      like an oasis in the middle of the city. Island hopping is particularly worthwhile in summer.\n    <\/p>\n    <p class=\"lc-nahv-block-intro\">\n      With the Oslo Card you use the ferry to Bygd\u00f8y as well as the boats to the Nesodden peninsula\nand to Dr\u00f8bak (the latter only in the summer months).\n    <\/p>\n    <div class=\"lc-nahv-links\">\n      <a class=\"lc-nahv-link\" href=\"https:\/\/ruter.no\/en\/planlegg-reise\/rutetabeller-og-linjekart\/ferry\" target=\"_blank\" rel=\"noopener\">\n        <svg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n        Ferry timetable (Ruter)\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"lc-nahv-cta-wrap\">\n    <a class=\"lc-nahv-cta\" href=\"\/en\/#lcw2-widget\">\n      Secure Oslo Card now\n      <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n        <path d=\"M5 12h14M13 5l7 7-7 7\"\/>\n      <\/svg>\n    <\/a>\n  <\/div>\n\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Unlimited Travel on Local and Public Transit with the Oslo Card The Oslo Card is more than just your fare ticket. With it, you can ride buses, trams, the T-bane, and ferries in Oslo as much as you want. This applies to Zones 1 through 4 and for the entire validity period. On this page, you\u2019ll find all the details and an important money-saving tip for \u2026 <a title=\"Oslo Pass Local transportation\" class=\"read-more\" href=\"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/\" aria-label=\"Read more about Oslo Pass Local transportation\">Read more<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-110","page","type-page","status-publish"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Mit der Oslo Card unbegrenzt unterwegs in Oslo: Bus, Tram, T-bane, F\u00e4hre und Vy-Regionalz\u00fcge inklusive. Plus Spartipp f\u00fcr die Fahrt zum Flughafen Gardermoen.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Oslo Pass -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Oslo Card Nahverkehr \u2014 Bus, Tram, F\u00e4hre und Flughafentipp\" \/>\n\t\t<meta property=\"og:description\" content=\"Mit der Oslo Card unbegrenzt unterwegs in Oslo: Bus, Tram, T-bane, F\u00e4hre und Vy-Regionalz\u00fcge inklusive. Plus Spartipp f\u00fcr die Fahrt zum Flughafen Gardermoen.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.oslocard.net\/wp-content\/uploads\/2026\/06\/oslo-card-logo_nobg.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.oslocard.net\/wp-content\/uploads\/2026\/06\/oslo-card-logo_nobg.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-05-26T13:24:31+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-10T15:04:27+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Oslo Card Nahverkehr \u2014 Bus, Tram, F\u00e4hre und Flughafentipp\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Mit der Oslo Card unbegrenzt unterwegs in Oslo: Bus, Tram, T-bane, F\u00e4hre und Vy-Regionalz\u00fcge inklusive. Plus Spartipp f\u00fcr die Fahrt zum Flughafen Gardermoen.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.oslocard.net\/wp-content\/uploads\/2026\/06\/oslo-card-logo_nobg.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.oslocard.net\\\/en\\\/oslo-pass-nahverkehr\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.oslocard.net\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.oslocard.net\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.oslocard.net\\\/en\\\/oslo-pass-nahverkehr\\\/#listItem\",\"name\":\"Oslo Pass Nahverkehr\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.oslocard.net\\\/en\\\/oslo-pass-nahverkehr\\\/#listItem\",\"position\":2,\"name\":\"Oslo Pass Nahverkehr\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.oslocard.net\\\/en#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.oslocard.net\\\/en\\\/#organization\",\"name\":\"Oslo Pass\",\"url\":\"https:\\\/\\\/www.oslocard.net\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.oslocard.net\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/oslo-card-logo_nobg.png\",\"@id\":\"https:\\\/\\\/www.oslocard.net\\\/en\\\/oslo-pass-nahverkehr\\\/#organizationLogo\",\"width\":1228,\"height\":400},\"image\":{\"@id\":\"https:\\\/\\\/www.oslocard.net\\\/en\\\/oslo-pass-nahverkehr\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.oslocard.net\\\/en\\\/oslo-pass-nahverkehr\\\/#webpage\",\"url\":\"https:\\\/\\\/www.oslocard.net\\\/en\\\/oslo-pass-nahverkehr\\\/\",\"name\":\"Oslo Card Nahverkehr \\u2014 Bus, Tram, F\\u00e4hre und Flughafentipp\",\"description\":\"Mit der Oslo Card unbegrenzt unterwegs in Oslo: Bus, Tram, T-bane, F\\u00e4hre und Vy-Regionalz\\u00fcge inklusive. Plus Spartipp f\\u00fcr die Fahrt zum Flughafen Gardermoen.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.oslocard.net\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.oslocard.net\\\/en\\\/oslo-pass-nahverkehr\\\/#breadcrumblist\"},\"datePublished\":\"2025-05-26T15:24:31+02:00\",\"dateModified\":\"2026-06-10T17:04:27+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.oslocard.net\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.oslocard.net\\\/en\\\/\",\"name\":\"Oslo Pass\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.oslocard.net\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Oslo Card Local transport - bus, streetcar, ferry and airport tip","description":"Unlimited travel in Oslo with the Oslo Card: bus, streetcar, T-bane, ferry and Vy regional trains included. Plus a money-saving tip for the journey to Gardermoen Airport.","canonical_url":"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.oslocard.net\/en#listItem","position":1,"name":"Home","item":"https:\/\/www.oslocard.net\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/#listItem","name":"Oslo Pass Nahverkehr"}},{"@type":"ListItem","@id":"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/#listItem","position":2,"name":"Oslo Pass Nahverkehr","previousItem":{"@type":"ListItem","@id":"https:\/\/www.oslocard.net\/en#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/www.oslocard.net\/en\/#organization","name":"Oslo Pass","url":"https:\/\/www.oslocard.net\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/www.oslocard.net\/wp-content\/uploads\/2026\/06\/oslo-card-logo_nobg.png","@id":"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/#organizationLogo","width":1228,"height":400},"image":{"@id":"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/#webpage","url":"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/","name":"Oslo Card Nahverkehr \u2014 Bus, Tram, F\u00e4hre und Flughafentipp","description":"Mit der Oslo Card unbegrenzt unterwegs in Oslo: Bus, Tram, T-bane, F\u00e4hre und Vy-Regionalz\u00fcge inklusive. Plus Spartipp f\u00fcr die Fahrt zum Flughafen Gardermoen.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.oslocard.net\/en\/#website"},"breadcrumb":{"@id":"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/#breadcrumblist"},"datePublished":"2025-05-26T15:24:31+02:00","dateModified":"2026-06-10T17:04:27+02:00"},{"@type":"WebSite","@id":"https:\/\/www.oslocard.net\/en\/#website","url":"https:\/\/www.oslocard.net\/en\/","name":"Oslo Pass","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.oslocard.net\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Oslo Pass -","og:type":"article","og:title":"Oslo Card Nahverkehr \u2014 Bus, Tram, F\u00e4hre und Flughafentipp","og:description":"Mit der Oslo Card unbegrenzt unterwegs in Oslo: Bus, Tram, T-bane, F\u00e4hre und Vy-Regionalz\u00fcge inklusive. Plus Spartipp f\u00fcr die Fahrt zum Flughafen Gardermoen.","og:url":"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/","og:image":"https:\/\/www.oslocard.net\/wp-content\/uploads\/2026\/06\/oslo-card-logo_nobg.png","og:image:secure_url":"https:\/\/www.oslocard.net\/wp-content\/uploads\/2026\/06\/oslo-card-logo_nobg.png","article:published_time":"2025-05-26T13:24:31+00:00","article:modified_time":"2026-06-10T15:04:27+00:00","twitter:card":"summary_large_image","twitter:title":"Oslo Card Nahverkehr \u2014 Bus, Tram, F\u00e4hre und Flughafentipp","twitter:description":"Mit der Oslo Card unbegrenzt unterwegs in Oslo: Bus, Tram, T-bane, F\u00e4hre und Vy-Regionalz\u00fcge inklusive. Plus Spartipp f\u00fcr die Fahrt zum Flughafen Gardermoen.","twitter:image":"https:\/\/www.oslocard.net\/wp-content\/uploads\/2026\/06\/oslo-card-logo_nobg.png"},"aioseo_meta_data":{"post_id":"110","title":"Oslo Card Local transport - bus, streetcar, ferry and airport tip","description":"Unlimited travel in Oslo with the Oslo Card: bus, streetcar, T-bane, ferry and Vy regional trains included. Plus a money-saving tip for the journey to Gardermoen Airport.","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-05-26 09:50:38","updated":"2026-06-10 15:19:05","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.oslocard.net\/en\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tOslo Pass Nahverkehr\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.oslocard.net\/en"},{"label":"Oslo Pass Nahverkehr","link":"https:\/\/www.oslocard.net\/en\/oslo-pass-nahverkehr\/"}],"_links":{"self":[{"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/pages\/110","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/comments?post=110"}],"version-history":[{"count":9,"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/pages\/110\/revisions"}],"predecessor-version":[{"id":374,"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/pages\/110\/revisions\/374"}],"wp:attachment":[{"href":"https:\/\/www.oslocard.net\/en\/wp-json\/wp\/v2\/media?parent=110"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}