All Projects → pgrimaud → Ratp Api Rest

pgrimaud / Ratp Api Rest

Licence: mit
This project turnkey is distributed as a middleware to expose RATP realtime data as REST resources

Projects that are alternatives of or similar to Ratp Api Rest

Horaires Ratp Api
Webservice pour les horaires et trafic RATP en temps réel
Stars: ✭ 232 (+241.18%)
Mutual labels:  api, rest, hacktoberfest
Loopback Next
LoopBack makes it easy to build modern API applications that require complex integrations.
Stars: ✭ 3,972 (+5741.18%)
Mutual labels:  api, rest, hacktoberfest
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+4970.59%)
Mutual labels:  api, rest, hacktoberfest
Json Api Dart
JSON:API client for Dart/Flutter
Stars: ✭ 53 (-22.06%)
Mutual labels:  api, rest, hacktoberfest
Swagger Ui
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
Stars: ✭ 21,279 (+31192.65%)
Mutual labels:  rest, swagger-ui, hacktoberfest
Symfony Flex Backend
Symfony Flex REST API template project
Stars: ✭ 214 (+214.71%)
Mutual labels:  api, rest, hacktoberfest
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+15538.24%)
Mutual labels:  api, rest, hacktoberfest
Smoke
💨 Simple yet powerful file-based mock server with recording abilities
Stars: ✭ 142 (+108.82%)
Mutual labels:  api, rest, hacktoberfest
Goa
Design-based APIs and microservices in Go
Stars: ✭ 4,493 (+6507.35%)
Mutual labels:  api, rest, hacktoberfest
Javacord
An easy to use multithreaded library for creating Discord bots in Java.
Stars: ✭ 368 (+441.18%)
Mutual labels:  api, rest, hacktoberfest
Githubapi
Swift implementation of Github REST API v3
Stars: ✭ 55 (-19.12%)
Mutual labels:  api, rest, hacktoberfest
Fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Stars: ✭ 39,588 (+58117.65%)
Mutual labels:  api, rest, swagger-ui
Fastapi Crudrouter
A dynamic FastAPI router that automatically creates CRUD routes for your models
Stars: ✭ 159 (+133.82%)
Mutual labels:  api, rest, swagger-ui
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (+220.59%)
Mutual labels:  api, rest, hacktoberfest
Core
The server component of API Platform: hypermedia and GraphQL APIs in minutes
Stars: ✭ 2,004 (+2847.06%)
Mutual labels:  api, rest, hacktoberfest
Vulcain
Fast and idiomatic client-driven REST APIs.
Stars: ✭ 3,190 (+4591.18%)
Mutual labels:  api, rest, hacktoberfest
Strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (+61350%)
Mutual labels:  api, rest, hacktoberfest
Json Serverless
Transform a JSON file into a serverless REST API in AWS cloud
Stars: ✭ 108 (+58.82%)
Mutual labels:  api, rest, swagger-ui
Vuex Rest Api
A utility to simplify the use of REST APIs with Vuex
Stars: ✭ 365 (+436.76%)
Mutual labels:  api, rest, hacktoberfest
Swagger Editor
Swagger Editor
Stars: ✭ 7,365 (+10730.88%)
Mutual labels:  rest, swagger-ui, hacktoberfest

REST RATP API (v4)

SensioLabsInsight

This project turnkey is distributed as a middleware to expose RATP data as REST resources. You can retrieve real time schedules for any given RER (train), Metro, Tramway, Bus or Noctilien stop in real time.

This project uses the package horaires-ratp-sdk which consume the official RATP API.

Old version 3 README is available here.

Official documentation on GitHub with dashboard example.

Demo

Demo is available here : https://api-ratp.pierre-grimaud.fr/v4/

Requirements

  • Access to the official RATP API (see here)
  • PHP >= 8.0
  • Redis server (for cache)

Installation

First :

git clone [email protected]:pgrimaud/ratp-api-rest
cd ratp-api-rest
composer install

TODO

  • Add Opendata SNCF data

Feedback or questions

You can create an issue if needed or contact me on Twitter.

Contributing

Pull requests are appreciated. Everyone is welcome and even encouraged to contribute with their own improvements.

Copyrights

This project is not affiliated with or endorsed by the RATP.

License

Licensed under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].