Supplements for House

Method:   GET
JSON:     https://effectivetours.com/api/houses/<HOUSE_ID>/supplements.json?key=<API_KEY>

JSON Response

[
    {
        "id": 1318,
        "supplement": 657,
        "started_at": "2013-02-01",
        "finished_at": "2014-04-30",
        "price_buy": "9.09",
        "price_sell": "10.00"
    },
    {
        "id": 1322,
        "supplement": 619,
        "started_at": "2013-02-01",
        "finished_at": "2014-04-30",
        "price_buy": "5.45",
        "price_sell": "6.00"
    },
    ...
]