All houses in server
image_name field generates house image name regardless if it exists or not
The images can be fetched from '/media/houses/' directory
and sub-directory large, medium or small depending on required size.
Unowned houses can be queried at forsale:
/api/houses/forsale

GET /api/houses/?format=api&page=11
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1473,
    "next": "http://convoytrucking.net/api/houses/?format=api&page=12",
    "previous": "http://convoytrucking.net/api/houses/?format=api&page=10",
    "results": [
        {
            "id": 209,
            "image_name": "house_209.jpg",
            "ownerid": null,
            "x": 2017.63,
            "y": -1703.62,
            "z": 14.2344,
            "r": 92.935,
            "interior": 1,
            "range": 20.0,
            "price": 1000000,
            "location": "Idlewood, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 223,
            "image_name": "house_223.jpg",
            "ownerid": null,
            "x": 747.725,
            "y": 257.685,
            "z": 27.0859,
            "r": 16.525,
            "interior": 1,
            "range": 14.7814,
            "price": 1000000,
            "location": "Red County",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 230,
            "image_name": "house_230.jpg",
            "ownerid": {
                "id": 30326,
                "name": "Hellfirehound"
            },
            "x": 1673.45,
            "y": -2122.23,
            "z": 14.146,
            "r": 320.227,
            "interior": 1,
            "range": 20.0,
            "price": 1000000,
            "location": "Verdant Bluffs, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 233,
            "image_name": "house_233.jpg",
            "ownerid": null,
            "x": 2249.4,
            "y": 111.368,
            "z": 28.4416,
            "r": 178.91,
            "interior": 7,
            "range": 8.04943,
            "price": 1000000,
            "location": "Palomino Creek, Red County",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 247,
            "image_name": "house_247.jpg",
            "ownerid": null,
            "x": 398.629,
            "y": -1271.16,
            "z": 50.0198,
            "r": 8.36381,
            "interior": 3,
            "range": 20.0,
            "price": 1000000,
            "location": "Richman, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 261,
            "image_name": "house_261.jpg",
            "ownerid": null,
            "x": -2789.86,
            "y": -52.4031,
            "z": 10.01,
            "r": 84.5562,
            "interior": 3,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 271,
            "image_name": "house_271.jpg",
            "ownerid": null,
            "x": -1669.51,
            "y": 2598.05,
            "z": 81.4453,
            "r": 359.794,
            "interior": 1,
            "range": 20.0,
            "price": 1000000,
            "location": "Tierra Robada",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 280,
            "image_name": "house_280.jpg",
            "ownerid": null,
            "x": 1909.15,
            "y": 742.871,
            "z": 10.8198,
            "r": 185.937,
            "interior": 2,
            "range": 43.1507,
            "price": 1000000,
            "location": "Last Dime Motel, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 281,
            "image_name": "house_281.jpg",
            "ownerid": null,
            "x": 1935.8,
            "y": 742.572,
            "z": 10.8203,
            "r": 182.322,
            "interior": 2,
            "range": 20.0,
            "price": 1000000,
            "location": "Last Dime Motel, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 283,
            "image_name": "house_283.jpg",
            "ownerid": null,
            "x": 1939.08,
            "y": 664.198,
            "z": 10.8203,
            "r": 4.34708,
            "interior": 2,
            "range": 20.0,
            "price": 1000000,
            "location": "Last Dime Motel, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 284,
            "image_name": "house_284.jpg",
            "ownerid": null,
            "x": 1897.92,
            "y": 663.785,
            "z": 10.8203,
            "r": 350.247,
            "interior": 2,
            "range": 20.0,
            "price": 1000000,
            "location": "Last Dime Motel, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 285,
            "image_name": "house_285.jpg",
            "ownerid": null,
            "x": 1896.74,
            "y": 675.227,
            "z": 10.8203,
            "r": 274.106,
            "interior": 2,
            "range": 20.0,
            "price": 1000000,
            "location": "Last Dime Motel, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 286,
            "image_name": "house_286.jpg",
            "ownerid": null,
            "x": 2374.27,
            "y": 21.918,
            "z": 28.4416,
            "r": 272.473,
            "interior": 3,
            "range": 20.0,
            "price": 1000000,
            "location": "Palomino Creek, Red County",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 289,
            "image_name": "house_289.jpg",
            "ownerid": null,
            "x": 1853.94,
            "y": -1914.53,
            "z": 15.2568,
            "r": 179.659,
            "interior": 1,
            "range": 2.96997,
            "price": 1000000,
            "location": "El Corona, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 290,
            "image_name": "house_290.jpg",
            "ownerid": null,
            "x": 1891.69,
            "y": -1914.61,
            "z": 15.2568,
            "r": 168.692,
            "interior": 1,
            "range": 6.0126,
            "price": 1000000,
            "location": "El Corona, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 291,
            "image_name": "house_291.jpg",
            "ownerid": null,
            "x": 1938.83,
            "y": -1114.49,
            "z": 27.4523,
            "r": 176.867,
            "interior": 1,
            "range": 15.0,
            "price": 1000000,
            "location": "Glen Park, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 293,
            "image_name": "house_293.jpg",
            "ownerid": null,
            "x": 2186.42,
            "y": -997.315,
            "z": 66.4688,
            "r": 168.458,
            "interior": 1,
            "range": 20.0,
            "price": 1000000,
            "location": "Las Colinas, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 294,
            "image_name": "house_294.jpg",
            "ownerid": null,
            "x": 2218.91,
            "y": -1031.8,
            "z": 60.2562,
            "r": 329.987,
            "interior": 1,
            "range": 18.3792,
            "price": 1000000,
            "location": "Las Colinas, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 296,
            "image_name": "house_296.jpg",
            "ownerid": null,
            "x": 2782.3,
            "y": -1357.92,
            "z": 26.4299,
            "r": 283.633,
            "interior": 15,
            "range": 20.0,
            "price": 1000000,
            "location": "East Beach, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 297,
            "image_name": "house_297.jpg",
            "ownerid": null,
            "x": 2782.32,
            "y": -1333.01,
            "z": 32.4335,
            "r": 267.37,
            "interior": 15,
            "range": 20.0,
            "price": 1000000,
            "location": "East Beach, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 298,
            "image_name": "house_298.jpg",
            "ownerid": null,
            "x": 2782.53,
            "y": -1306.67,
            "z": 38.6598,
            "r": 268.586,
            "interior": 15,
            "range": 20.0,
            "price": 1000000,
            "location": "East Beach, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 299,
            "image_name": "house_299.jpg",
            "ownerid": null,
            "x": 2626.74,
            "y": -1098.76,
            "z": 69.3561,
            "r": 269.753,
            "interior": 1,
            "range": 20.0,
            "price": 1000000,
            "location": "Las Colinas, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 301,
            "image_name": "house_301.jpg",
            "ownerid": null,
            "x": -2700.55,
            "y": 820.13,
            "z": 49.9844,
            "r": 185.477,
            "interior": 3,
            "range": 12.4913,
            "price": 1000000,
            "location": "Paradiso, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 312,
            "image_name": "house_312.jpg",
            "ownerid": null,
            "x": 2324.12,
            "y": -1281.14,
            "z": 27.9825,
            "r": 181.28,
            "interior": 1,
            "range": 20.0,
            "price": 1000000,
            "location": "East Los Santos, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 313,
            "image_name": "house_313.jpg",
            "ownerid": null,
            "x": -2693.12,
            "y": 189.441,
            "z": 7.20312,
            "r": 184.393,
            "interior": 3,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 323,
            "image_name": "house_323.jpg",
            "ownerid": null,
            "x": 1935.9,
            "y": 742.552,
            "z": 14.2734,
            "r": 186.14,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Last Dime Motel, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 324,
            "image_name": "house_324.jpg",
            "ownerid": null,
            "x": 1908.81,
            "y": 742.542,
            "z": 14.2734,
            "r": 184.574,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Last Dime Motel, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 325,
            "image_name": "house_325.jpg",
            "ownerid": null,
            "x": 1896.74,
            "y": 729.494,
            "z": 14.2745,
            "r": 276.695,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Last Dime Motel, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 347,
            "image_name": "house_347.jpg",
            "ownerid": {
                "id": 27515,
                "name": "Edgaras_LT"
            },
            "x": 2392.3,
            "y": -54.5295,
            "z": 28.1536,
            "r": 358.397,
            "interior": 3,
            "range": 20.0,
            "price": 1000000,
            "location": "Palomino Creek, Red County",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 350,
            "image_name": "house_350.jpg",
            "ownerid": null,
            "x": 693.996,
            "y": -1705.9,
            "z": 3.81948,
            "r": 273.34,
            "interior": 1,
            "range": 0.190026,
            "price": 1000000,
            "location": "Marina, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 351,
            "image_name": "house_351.jpg",
            "ownerid": null,
            "x": 693.945,
            "y": -1645.83,
            "z": 4.09375,
            "r": 86.9053,
            "interior": 1,
            "range": 9.5541,
            "price": 1000000,
            "location": "Marina, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 352,
            "image_name": "house_352.jpg",
            "ownerid": null,
            "x": 697.697,
            "y": -1627.16,
            "z": 3.74917,
            "r": 270.955,
            "interior": 1,
            "range": 20.0,
            "price": 1000000,
            "location": "Marina, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 353,
            "image_name": "house_353.jpg",
            "ownerid": null,
            "x": 898.372,
            "y": -677.032,
            "z": 116.89,
            "r": 239.917,
            "interior": 4,
            "range": 20.0,
            "price": 1000000,
            "location": "Red County",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 354,
            "image_name": "house_354.jpg",
            "ownerid": null,
            "x": -155.294,
            "y": 2759.34,
            "z": 62.7733,
            "r": 141.864,
            "interior": 1,
            "range": 20.0,
            "price": 1000000,
            "location": "Las Payasadas, Bone County",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 355,
            "image_name": "house_355.jpg",
            "ownerid": null,
            "x": -165.541,
            "y": 2763.48,
            "z": 62.6875,
            "r": 273.152,
            "interior": 1,
            "range": 8.55387,
            "price": 1000000,
            "location": "Las Payasadas, Bone County",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 358,
            "image_name": "house_358.jpg",
            "ownerid": null,
            "x": 2520.79,
            "y": -1198.0,
            "z": 56.5992,
            "r": 2.18355,
            "interior": 3,
            "range": 15.0,
            "price": 1000000,
            "location": "East Los Santos, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 359,
            "image_name": "house_359.jpg",
            "ownerid": null,
            "x": -268.981,
            "y": 2769.4,
            "z": 61.8662,
            "r": 79.3899,
            "interior": 1,
            "range": 9.39115,
            "price": 1000000,
            "location": "Las Payasadas, Bone County",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 362,
            "image_name": "house_362.jpg",
            "ownerid": null,
            "x": -767.028,
            "y": 2765.37,
            "z": 45.8556,
            "r": 90.7302,
            "interior": 3,
            "range": 15.0,
            "price": 1000000,
            "location": "Valle Ocultado, Tierra Robada",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 368,
            "image_name": "house_368.jpg",
            "ownerid": null,
            "x": 2416.58,
            "y": 17.7498,
            "z": 27.6835,
            "r": 87.4781,
            "interior": 7,
            "range": 14.5967,
            "price": 1000000,
            "location": "Palomino Creek, Red County",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 369,
            "image_name": "house_369.jpg",
            "ownerid": null,
            "x": -2880.73,
            "y": 790.528,
            "z": 35.2946,
            "r": 264.406,
            "interior": 7,
            "range": 8.31726,
            "price": 1000000,
            "location": "Palisades, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 370,
            "image_name": "house_370.jpg",
            "ownerid": null,
            "x": -233.934,
            "y": 1051.85,
            "z": 19.7344,
            "r": 269.902,
            "interior": 17,
            "range": 3.87775,
            "price": 1000000,
            "location": "Fort Carson, Bone County",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 371,
            "image_name": "house_371.jpg",
            "ownerid": null,
            "x": 1894.72,
            "y": -2021.34,
            "z": 13.5469,
            "r": 86.1718,
            "interior": 2,
            "range": 10.0339,
            "price": 1000000,
            "location": "El Corona, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 372,
            "image_name": "house_372.jpg",
            "ownerid": null,
            "x": 1871.15,
            "y": -2021.21,
            "z": 13.5469,
            "r": 274.005,
            "interior": 2,
            "range": 9.62597,
            "price": 1000000,
            "location": "El Corona, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 373,
            "image_name": "house_373.jpg",
            "ownerid": null,
            "x": -91.0794,
            "y": -1592.33,
            "z": 3.00431,
            "r": 303.435,
            "interior": 1,
            "range": 7.324,
            "price": 1000000,
            "location": "Flint Intersection, Flint County",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 375,
            "image_name": "house_375.jpg",
            "ownerid": null,
            "x": -69.1674,
            "y": -1545.77,
            "z": 3.00431,
            "r": 136.96,
            "interior": 1,
            "range": 8.9619,
            "price": 1000000,
            "location": "Flint Intersection, Flint County",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 376,
            "image_name": "house_376.jpg",
            "ownerid": null,
            "x": -56.0221,
            "y": -1555.56,
            "z": 2.61072,
            "r": 51.7088,
            "interior": 17,
            "range": 3.91106,
            "price": 1000000,
            "location": "Flint Intersection, Flint County",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 380,
            "image_name": "house_380.jpg",
            "ownerid": null,
            "x": 1986.95,
            "y": -1605.33,
            "z": 13.5306,
            "r": 221.811,
            "interior": 9,
            "range": 8.7778,
            "price": 1000000,
            "location": "Idlewood, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 381,
            "image_name": "house_381.jpg",
            "ownerid": null,
            "x": 1958.76,
            "y": -1560.79,
            "z": 13.5952,
            "r": 217.546,
            "interior": 9,
            "range": 20.0,
            "price": 1000000,
            "location": "Idlewood, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 382,
            "image_name": "house_382.jpg",
            "ownerid": null,
            "x": 693.076,
            "y": -1602.31,
            "z": 15.0469,
            "r": 0.079475,
            "interior": 1,
            "range": 7.80063,
            "price": 1000000,
            "location": "Marina, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 388,
            "image_name": "house_388.jpg",
            "ownerid": {
                "id": 12147,
                "name": "Dexter."
            },
            "x": 2462.82,
            "y": 133.868,
            "z": 27.6756,
            "r": 176.718,
            "interior": 7,
            "range": 20.0,
            "price": 1000000,
            "location": "Palomino Creek, Red County",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 395,
            "image_name": "house_395.jpg",
            "ownerid": null,
            "x": 900.914,
            "y": -1447.31,
            "z": 14.2147,
            "r": 266.572,
            "interior": 9,
            "range": 20.0,
            "price": 1000000,
            "location": "Marina, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 396,
            "image_name": "house_396.jpg",
            "ownerid": null,
            "x": 898.495,
            "y": -1445.33,
            "z": 14.3653,
            "r": 352.603,
            "interior": 9,
            "range": 20.0,
            "price": 1000000,
            "location": "Marina, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 397,
            "image_name": "house_397.jpg",
            "ownerid": null,
            "x": 904.191,
            "y": -1512.97,
            "z": 14.1526,
            "r": 267.663,
            "interior": 7,
            "range": 20.0,
            "price": 1000000,
            "location": "Marina, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 398,
            "image_name": "house_398.jpg",
            "ownerid": null,
            "x": 875.734,
            "y": -1513.06,
            "z": 14.3402,
            "r": 98.863,
            "interior": 9,
            "range": 20.0,
            "price": 1000000,
            "location": "Marina, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 400,
            "image_name": "house_400.jpg",
            "ownerid": null,
            "x": 901.618,
            "y": -1514.98,
            "z": 14.3696,
            "r": 174.915,
            "interior": 7,
            "range": 20.0,
            "price": 1000000,
            "location": "Marina, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 401,
            "image_name": "house_401.jpg",
            "ownerid": null,
            "x": 898.42,
            "y": -1473.47,
            "z": 14.2325,
            "r": 177.445,
            "interior": 7,
            "range": 20.0,
            "price": 1000000,
            "location": "Marina, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 402,
            "image_name": "house_402.jpg",
            "ownerid": null,
            "x": 1326.46,
            "y": -1091.71,
            "z": 27.9766,
            "r": 274.901,
            "interior": 9,
            "range": 20.0,
            "price": 1000000,
            "location": "Temple, Los Santos",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 426,
            "image_name": "house_426.jpg",
            "ownerid": {
                "id": 5024,
                "name": "SmitH95"
            },
            "x": 1362.96,
            "y": 2525.36,
            "z": 10.8203,
            "r": 269.471,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Prickle Pine, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 443,
            "image_name": "house_443.jpg",
            "ownerid": null,
            "x": 2627.16,
            "y": 2195.57,
            "z": 14.1161,
            "r": 10.8898,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 444,
            "image_name": "house_444.jpg",
            "ownerid": null,
            "x": 2625.18,
            "y": 2195.57,
            "z": 14.1161,
            "r": 3.82799,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 445,
            "image_name": "house_445.jpg",
            "ownerid": null,
            "x": 2615.82,
            "y": 2195.56,
            "z": 14.1161,
            "r": 0.068001,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 446,
            "image_name": "house_446.jpg",
            "ownerid": null,
            "x": 2617.71,
            "y": 2195.57,
            "z": 14.1161,
            "r": 353.488,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 447,
            "image_name": "house_447.jpg",
            "ownerid": null,
            "x": 2634.37,
            "y": 2195.56,
            "z": 14.1161,
            "r": 0.381314,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 448,
            "image_name": "house_448.jpg",
            "ownerid": null,
            "x": 2636.31,
            "y": 2195.82,
            "z": 14.1161,
            "r": 355.995,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 449,
            "image_name": "house_449.jpg",
            "ownerid": null,
            "x": 2601.96,
            "y": 2203.97,
            "z": 14.1161,
            "r": 267.947,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Roca Escalante, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 450,
            "image_name": "house_450.jpg",
            "ownerid": null,
            "x": 2601.64,
            "y": 2201.72,
            "z": 14.1161,
            "r": 271.081,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 451,
            "image_name": "house_451.jpg",
            "ownerid": null,
            "x": 2601.64,
            "y": 2194.4,
            "z": 14.1161,
            "r": 262.62,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 452,
            "image_name": "house_452.jpg",
            "ownerid": null,
            "x": 2601.65,
            "y": 2192.6,
            "z": 14.1161,
            "r": 271.081,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 453,
            "image_name": "house_453.jpg",
            "ownerid": null,
            "x": 2601.85,
            "y": 2185.36,
            "z": 14.1161,
            "r": 270.454,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 454,
            "image_name": "house_454.jpg",
            "ownerid": null,
            "x": 2601.64,
            "y": 2183.25,
            "z": 14.1161,
            "r": 268.574,
            "interior": 16,
            "range": 33.6459,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 466,
            "image_name": "house_466.jpg",
            "ownerid": null,
            "x": 2613.59,
            "y": 2042.29,
            "z": 14.1161,
            "r": 89.5505,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 467,
            "image_name": "house_467.jpg",
            "ownerid": null,
            "x": 2613.62,
            "y": 2044.39,
            "z": 14.1161,
            "r": 92.0572,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 468,
            "image_name": "house_468.jpg",
            "ownerid": null,
            "x": 2613.62,
            "y": 2051.68,
            "z": 14.1161,
            "r": 97.0706,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 469,
            "image_name": "house_469.jpg",
            "ownerid": null,
            "x": 2613.63,
            "y": 2053.31,
            "z": 14.1161,
            "r": 86.1039,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 470,
            "image_name": "house_470.jpg",
            "ownerid": null,
            "x": 2613.64,
            "y": 2060.98,
            "z": 14.1161,
            "r": 86.1038,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 471,
            "image_name": "house_471.jpg",
            "ownerid": null,
            "x": 2613.63,
            "y": 2062.99,
            "z": 14.1161,
            "r": 95.1905,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 472,
            "image_name": "house_472.jpg",
            "ownerid": null,
            "x": 2613.62,
            "y": 2072.15,
            "z": 14.1161,
            "r": 88.6105,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 473,
            "image_name": "house_473.jpg",
            "ownerid": null,
            "x": 2613.62,
            "y": 2070.28,
            "z": 14.1161,
            "r": 93.3105,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 474,
            "image_name": "house_474.jpg",
            "ownerid": null,
            "x": 2613.62,
            "y": 2062.99,
            "z": 10.813,
            "r": 90.1069,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 475,
            "image_name": "house_475.jpg",
            "ownerid": null,
            "x": 2613.48,
            "y": 2053.47,
            "z": 10.813,
            "r": 94.1803,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 484,
            "image_name": "house_484.jpg",
            "ownerid": null,
            "x": 2601.66,
            "y": 2192.41,
            "z": 10.813,
            "r": 273.005,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Old Venturas Strip, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 486,
            "image_name": "house_486.jpg",
            "ownerid": null,
            "x": 2657.15,
            "y": 2263.4,
            "z": 14.1161,
            "r": 257.635,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Julius Thruway East, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 487,
            "image_name": "house_487.jpg",
            "ownerid": null,
            "x": 2657.15,
            "y": 2235.7,
            "z": 14.1161,
            "r": 275.182,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Julius Thruway East, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 488,
            "image_name": "house_488.jpg",
            "ownerid": null,
            "x": 2657.14,
            "y": 2245.07,
            "z": 14.1161,
            "r": 274.242,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Julius Thruway East, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 489,
            "image_name": "house_489.jpg",
            "ownerid": null,
            "x": 2657.15,
            "y": 2254.29,
            "z": 14.1161,
            "r": 264.842,
            "interior": 16,
            "range": 20.0,
            "price": 1000000,
            "location": "Julius Thruway East, Las Venturas",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 490,
            "image_name": "house_490.jpg",
            "ownerid": null,
            "x": -1427.19,
            "y": 2171.34,
            "z": 50.625,
            "r": 203.287,
            "interior": 1,
            "range": 7.45719,
            "price": 1000000,
            "location": "Tierra Robada",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 494,
            "image_name": "house_494.jpg",
            "ownerid": null,
            "x": -2620.61,
            "y": -134.747,
            "z": 5.0,
            "r": 273.077,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 495,
            "image_name": "house_495.jpg",
            "ownerid": null,
            "x": -2620.92,
            "y": -146.528,
            "z": 7.20312,
            "r": 176.064,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 496,
            "image_name": "house_496.jpg",
            "ownerid": null,
            "x": -2620.54,
            "y": -120.207,
            "z": 7.20312,
            "r": 359.679,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 497,
            "image_name": "house_497.jpg",
            "ownerid": null,
            "x": -2619.43,
            "y": -153.684,
            "z": 4.33594,
            "r": 269.125,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 498,
            "image_name": "house_498.jpg",
            "ownerid": null,
            "x": -2620.68,
            "y": -173.233,
            "z": 5.0,
            "r": 266.908,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 499,
            "image_name": "house_499.jpg",
            "ownerid": null,
            "x": -2620.57,
            "y": -185.462,
            "z": 7.20312,
            "r": 351.486,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 500,
            "image_name": "house_500.jpg",
            "ownerid": null,
            "x": -2623.09,
            "y": -99.6331,
            "z": 7.20312,
            "r": 262.208,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 501,
            "image_name": "house_501.jpg",
            "ownerid": null,
            "x": -2687.42,
            "y": -188.125,
            "z": 7.20312,
            "r": 91.4422,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 502,
            "image_name": "house_502.jpg",
            "ownerid": null,
            "x": -2689.71,
            "y": -167.516,
            "z": 7.20312,
            "r": 174.163,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 503,
            "image_name": "house_503.jpg",
            "ownerid": null,
            "x": -2689.58,
            "y": -152.732,
            "z": 5.0,
            "r": 86.2605,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 504,
            "image_name": "house_504.jpg",
            "ownerid": null,
            "x": -2689.56,
            "y": -141.283,
            "z": 7.20312,
            "r": 9.17964,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 505,
            "image_name": "house_505.jpg",
            "ownerid": null,
            "x": -2689.56,
            "y": -114.326,
            "z": 5.0,
            "r": 85.6102,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 506,
            "image_name": "house_506.jpg",
            "ownerid": null,
            "x": -2689.6,
            "y": -101.742,
            "z": 7.20312,
            "r": 173.321,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        },
        {
            "id": 507,
            "image_name": "house_507.jpg",
            "ownerid": null,
            "x": -2725.5,
            "y": -92.4758,
            "z": 7.20312,
            "r": 267.635,
            "interior": 6,
            "range": 20.0,
            "price": 1000000,
            "location": "Ocean Flats, San Fierro",
            "parking": 1,
            "radio_station": null
        }
    ]
}