Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/badboy/justrelax-api


https://github.com/badboy/justrelax-api

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

## Base

`/booking/holiday?[parameters]`

## Required Parameters

* `from`: YYYY-MM-DD
* `to`: YYYY-MM-DD
* `location`: some city name or similar

## Optional parameters

* `roomtype`: One of `[single, double, family]`
* `family` not implemented yet
* `max_price`: Maximum allowed price in €
* `category`: One of `[shit, best, (empty)]`
* `like`: One of `[shit, best, (empty)]`

## Return values

```json
{
"results": [{
"name": "",
"price": ,
"link": ,
"city": "",
"image": ""
}]
}
```