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

{
    "count": 8,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "http://showtimes.everyday.in.th/api/v2/group/3/?format=api",
            "theaters": "http://showtimes.everyday.in.th/api/v2/theater/?format=api?group__code=etc",
            "code": "etc",
            "english": "Independent",
            "thai": "กลุ่มอิสระ",
            "website": ""
        },
        {
            "url": "http://showtimes.everyday.in.th/api/v2/group/4/?format=api",
            "theaters": "http://showtimes.everyday.in.th/api/v2/theater/?format=api?group__code=thana",
            "code": "thana",
            "english": "Thana Cineplex",
            "thai": "ธนาซีเนเพล็กซ์",
            "website": "http://www.thanacineplex.com/"
        },
        {
            "url": "http://showtimes.everyday.in.th/api/v2/group/5/?format=api",
            "theaters": "http://showtimes.everyday.in.th/api/v2/theater/?format=api?group__code=hollywood",
            "code": "hollywood",
            "english": "Major Hollywood",
            "thai": "เมเจอร์ฮอลลีวูด",
            "website": "https://www.majorhollywood.com/"
        },
        {
            "url": "http://showtimes.everyday.in.th/api/v2/group/1/?format=api",
            "theaters": "http://showtimes.everyday.in.th/api/v2/theater/?format=api?group__code=sf",
            "code": "sf",
            "english": "SF",
            "thai": "เอสเอฟ",
            "website": "http://sfcinemacity.com/"
        },
        {
            "url": "http://showtimes.everyday.in.th/api/v2/group/6/?format=api",
            "theaters": "http://showtimes.everyday.in.th/api/v2/theater/?format=api?group__code=century",
            "code": "century",
            "english": "Century the Movie Plaza",
            "thai": "เซ็นจุรี",
            "website": "http://centurythemovieplaza.com/"
        },
        {
            "url": "http://showtimes.everyday.in.th/api/v2/group/7/?format=api",
            "theaters": "http://showtimes.everyday.in.th/api/v2/theater/?format=api?group__code=mvp",
            "code": "mvp",
            "english": "MVP",
            "thai": "เอ็มวีพี",
            "website": "https://www.facebook.com/ilovemvp/"
        },
        {
            "url": "http://showtimes.everyday.in.th/api/v2/group/8/?format=api",
            "theaters": "http://showtimes.everyday.in.th/api/v2/theater/?format=api?group__code=nevada",
            "code": "nevada",
            "english": "Nevada",
            "thai": "เนวาด้า",
            "website": "http://www.nevadacomplex.com"
        },
        {
            "url": "http://showtimes.everyday.in.th/api/v2/group/2/?format=api",
            "theaters": "http://showtimes.everyday.in.th/api/v2/theater/?format=api?group__code=major",
            "code": "major",
            "english": "Major Cineplex",
            "thai": "เมเจอร์ฯ",
            "website": "http://www.majorcineplex.com/"
        }
    ]
}