Best fares, easy and straightforward integration

Designed with for developers

Quick Start

Introduction

In the following pages you will learn how to integrate our Search API into your application.

Please use the menu to the left to navigate different endpoint documentation.

Simple example in PHP

$url = 'https://faresapi.com/api/v1/data/routes?accessToken=YourAccessToken';
$json = file_get_contents($url);
$data = json_decode($json, true);
var_dump($data);

// $data will now contain an associative array