Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/badboy/justrelax-api
https://github.com/badboy/justrelax-api
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/badboy/justrelax-api
- Owner: badboy
- Created: 2015-06-27T19:41:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-27T20:01:38.000Z (over 9 years ago)
- Last Synced: 2025-01-19T20:14:51.949Z (13 days ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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": ""
}]
}
```