Icelandic APIs

API

Open APIs for Icelandic transportation and public services

Visit Website

Overview

The Icelandic APIs are a collection of RESTful open APIs providing real-time and static data for Icelandic transportation (bus, flight, ferry, toll) and related public services. Key endpoints include /bus (real-time bus positions/schedules), /flight (airport arrivals/departures), /ferry (routes/timetables), and /toll (toll station details). Responses are in JSON format with no authentication required. Use cases include building travel apps for tourists to track Icelandic transport, integrating ferry/flight data into navigation tools, or creating local commuter platforms for bus schedules and delays.

Example Integration (JavaScript)

script.js JS

fetch('http://docs.apis.is/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful architecture
  • JSON support
  • No Auth required
  • Real-time transport data
  • Covers multiple modes (bus, flight, ferry)

Frequently Asked Questions

? Is Icelandic APIs free to use?

Yes, all endpoints are open and free without any subscription or API key.

? Does it require an API Key?

No, authentication is not required for accessing any of the Icelandic APIs endpoints.

? What is the response format?

All responses are in JSON format, which is easy to integrate with most programming languages.

Top Alternatives

Reykjavik Public Transport API Search Google

People Also Ask about Icelandic APIs

Icelandic APIs vs Reykjavik Public Transport API Icelandic APIs 2025 review

Tool Info

Pricing Free
Category Transportation
Platform Public API

Pros

  • No API key needed
  • Open access for all developers
  • Diverse transport endpoints
  • Up-to-date Iceland-specific data

Cons

  • Limited to Icelandic services only
  • Potential rate limits for high-volume use
  • Occasional data delays in peak periods

More Transportation Tools