Prices of House

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

JSON Response

[
  {
    "id": 19,
    "name": "Garden View Apartment",
    "food": "HB",
    "prices": [
      {
        "day": "2013-01-08",
        "sgl_buy": null,
        "sgl_sell": null,
        "dbl_buy": null,
        "dbl_sell": null,
        "full_buy": "92.00",
        "full_sell": "105.80"
      },
      {
        "day": "2013-01-09",
        "sgl_buy": null,
        "sgl_sell": null,
        "dbl_buy": null,
        "dbl_sell": null,
        "tpl_buy": null,
        "tpl_sell": null,
        "full_buy": "80.50",
        "full_sell": "92.58"
      },
      {
        "day": "2013-01-10",
        "sgl_buy": null,
        "sgl_sell": null,
        "dbl_buy": null,
        "dbl_sell": null,
        "tpl_buy": null,
        "tpl_sell": null,
        "full_buy": "92.00",
        "full_sell": "105.80"
      },
      {
        "day": "2013-01-11",
        "sgl_buy": null,
        "sgl_sell": null,
        "dbl_buy": null,
        "dbl_sell": null,
        "tpl_buy": null,
        "tpl_sell": null,
        "full_buy": "80.50",
        "full_sell": "92.58"
      }
    ]
  },
  {
    "id": 20,
    "name": "River View Apartment",
    "food": "HB",
    "prices": [
      {
        "day": "2013-01-08",
        "sgl_buy": null,
        "sgl_sell": null,
        "dbl_buy": null,
        "dbl_sell": null,
        "tpl_buy": null,
        "tpl_sell": null,
        "full_buy": "115.00",
        "full_sell": "132.25"
      },
      {
        "day": "2013-01-09",
        "sgl_buy": null,
        "sgl_sell": null,
        "dbl_buy": null,
        "dbl_sell": null,
        "tpl_buy": null,
        "tpl_sell": null,
        "full_buy": "92.00",
        "full_sell": "105.80"
      },
      {
        "day": "2013-01-10",
        "sgl_buy": null,
        "sgl_sell": null,
        "dbl_buy": null,
        "dbl_sell": null,
        "tpl_buy": null,
        "tpl_sell": null,
        "full_buy": "120.00",
        "full_sell": "137.25"
      },
      {
        "day": "2013-01-11",
        "sgl_buy": null,
        "sgl_sell": null,
        "dbl_buy": null,
        "dbl_sell": null,
        "tpl_buy": null,
        "tpl_sell": null,
        "full_buy": "97.00",
        "full_sell": "110.80"
      }
    ]
  },
  ...
]