API endpoint that allows BedType to be viewed or edited.

GET /bed-types/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 12,
    "next": "https://api.swistay.com/bed-types/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "id": 1,
            "url": "https://api.swistay.com/bed-types/1/?format=api",
            "code": "KIB",
            "name": "King bed",
            "description": "A king sized bed is available in two sizes European(6 ft x 6 ft 6 inches) and California(6 ft x 6 ft 10 inches) king. Can accommodate up to two people at a time",
            "icon": {
                "id": 71,
                "name": "King bed",
                "src": "https://api.swistay.com/media/icons/1b821be660a345a78aeb08b260e39196.svg"
            },
            "order": 1
        },
        {
            "id": 2,
            "url": "https://api.swistay.com/bed-types/2/?format=api",
            "code": "QUB",
            "name": "Queen bed",
            "description": "Queen bed is a bit larger than the double bed. Size is 5 ft 6 inches x 6 ft 6 inches and can accommodate up to two people at a time",
            "icon": {
                "id": 70,
                "name": "Queen bed",
                "src": "https://api.swistay.com/media/icons/bbcec7c3234947c08fac18aea880a70a.svg"
            },
            "order": 2
        },
        {
            "id": 3,
            "url": "https://api.swistay.com/bed-types/3/?format=api",
            "code": "SIB",
            "name": "Single bed",
            "description": "Single bed is meant for a single person. Size is 3 ft x 6 ft 3 inches",
            "icon": {
                "id": 67,
                "name": "Single bed",
                "src": "https://api.swistay.com/media/icons/7771cf595c864eb58d3a894235443876.svg"
            },
            "order": 3
        },
        {
            "id": 4,
            "url": "https://api.swistay.com/bed-types/4/?format=api",
            "code": "DOB",
            "name": "Double bed",
            "description": "Double bed is meant for 2 persons. Size is 4 ft 6 inches x 6 ft 3 inches",
            "icon": {
                "id": 23,
                "name": "Double bed",
                "src": "https://api.swistay.com/media/icons/a96f3200910a4817beb1d7d8f256bfff.svg"
            },
            "order": 4
        },
        {
            "id": 5,
            "url": "https://api.swistay.com/bed-types/5/?format=api",
            "code": "BUB",
            "name": "Bunk bed",
            "description": "A bunk bed or set of bunks is a type of bed in which one bed frame is stacked on top of another, allowing two or more sleeping-places",
            "icon": {
                "id": 72,
                "name": "Bunk bed",
                "src": "https://api.swistay.com/media/icons/fc8128ea820a4f4f85138456f22aeb30.svg"
            },
            "order": 5
        },
        {
            "id": 6,
            "url": "https://api.swistay.com/bed-types/6/?format=api",
            "code": "AIM",
            "name": "Air mattress",
            "description": "This is an inflatable mattress.",
            "icon": {
                "id": 75,
                "name": "Air mattress",
                "src": "https://api.swistay.com/media/icons/75.svg"
            },
            "order": 6
        },
        {
            "id": 7,
            "url": "https://api.swistay.com/bed-types/7/?format=api",
            "code": "WAM",
            "name": "Water mattress",
            "description": "This is a bed or mattress filled with water.",
            "icon": {
                "id": 75,
                "name": "Air mattress",
                "src": "https://api.swistay.com/media/icons/75.svg"
            },
            "order": 7
        },
        {
            "id": 8,
            "url": "https://api.swistay.com/bed-types/8/?format=api",
            "code": "SOB",
            "name": "Sofa bed",
            "description": "This is a sofa that can be converted into a bed, typically for occasional use.",
            "icon": {
                "id": 74,
                "name": "Sofa bed",
                "src": "https://api.swistay.com/media/icons/a129a5cd4d3d4d64a512a23c7b1f34b1.svg"
            },
            "order": 8
        },
        {
            "id": 9,
            "url": "https://api.swistay.com/bed-types/9/?format=api",
            "code": "SO",
            "name": "Sofa",
            "description": "This is a sofa large enough for a person to sleep",
            "icon": {
                "id": 69,
                "name": "Sofa",
                "src": "https://api.swistay.com/media/icons/49436c4ff07649019722f15eeebcb33b.svg"
            },
            "order": 9
        },
        {
            "id": 10,
            "url": "https://api.swistay.com/bed-types/10/?format=api",
            "code": "FLM",
            "name": "Floor mat",
            "description": "This is just a mattress on floor(no bed)",
            "icon": {
                "id": 68,
                "name": "Floor mattress",
                "src": "https://api.swistay.com/media/icons/a1997951785a49fe94f9100c00a005d3.svg"
            },
            "order": 10
        }
    ]
}