Location

V2

Endpoints

Verb Endpoint Description
GET /v2/locations?latitude={latitude}&longitude={longitude} Get locations by a latitude and longitude.
GET /v2/locations/states/{state-name} Get locations in specific state.
GET /v2/locations/theatres/{theatre-name} Get locations matching theatre name.

Location Query Parameters

  • You may optionally supply a radius query string parameter to filter your results to a maximum distance in miles.
    • If one isn't provided a default radius of 50 miles will be used.
  • You may optionally supply a page-number query string parameter to specify which page of results to retrieve.
    • If one isn't provided the results will begin with the first page (a value of 1 will be used).
  • You may optionally supply a page-size query string parameter to specify the number of results per page.
    • If one isn't provided a default of 10 will be used.

Location Properties

Name Description
latitude The provided Latitude
longitude The provided Longitude
pageSize The number of results included for each page, up to a maximum of 100. Defaults to 10.
pageNumber The page number returned.
count The total number of results available across all pages.

Location Links

Relation Description Verbs Templated
self The current list of location results. GET No
previous The previous page of location results. GET No
next The next page of location results. GET No

Location Result


Location Result Properties

Name Description
rank The ordered rank of the location, where 1 is closest location to the given latitude and longitude.
distance The current balance on the card
_embedded.Theatre The Theatre Representation detailing the location


Location Result Links

Relation Description Methods Templated
self The locations closest to a latitude and longitude. GET No

Examples

Get locations closest to AMC Headquearters in Overland Park, KS
GET  /v2/locations?latitude=38.9194&longitude=-94.6477

Response

{
  "pageSize": 10,
  "pageNumber": 1,
  "count": 342,
  "latitude": 38.9194,
  "longitude": -94.6477,
  "_embedded": {
    "locations": [
      {
        "rank": 1,
        "distance": 0.24561236519181964,
        "_embedded": {
          "theatre": {
            "id": 38,
            "longName": "AMC Town Center 20",
            "name": "AMC Town Center 20",
            "showtimesPhoneNumber": "888-AMC-4FUN",
            "guestServicesPhoneNumber": "9134988696",
            "timezone": "CENTRAL TIME",
            "slug": "amc-town-center-20",
            "facebookUrl": "https://www.facebook.com/AMCTownCenter20",
            "websiteUrl": "https://www.amctheatres.com/movie-theatres/amc-town-center-20",
            "ticketable": "AMC",
            "attributes": [
              {
                "code": "amcindependent",
                "name": "AMC independent",
                "description": "AMC independent is our renewed commitment to advancing independent film. Now, you can see more distinct and unconventional films at our theatres around the country. We’re bringing you more of what you want -- a diverse line-up of films that excite, encourage and engage. Over 20% of our theatres are committed to showing independent films throughout the year, including AMC-exclusive releases. We hope that you enjoy these new stories that we are bringing to the screen, and more importantly, to your local theatres."
              },
              {
                "code": "freshhotfoods",
                "name": "Fresh Hot Foods",
                "description": "An expanded menu of hot and fresh foods, featuring chicken tenders, pizza, mozzarella sticks, french fries and more."
              },
              {
                "code": "digitalprojection",
                "name": "Digital Projection",
                "description": "This theatre features digital projection in all auditoriums."
              },
              {
                "code": "stadiumseating",
                "name": "Stadium Seating",
                "description": "This theatre features stadium seating in all auditoriums."
              },
              {
                "code": "theatrerentals",
                "name": "Theatre Rentals",
                "description": "Theatre rentals are available at this theatre. Please email your contact information to [email protected] for information on pricing and availability."
              },
              {
                "code": "assistedlisteningdevices",
                "name": "Assisted Listening Devices",
                "description": "This theatre offers assisted listening devices. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "wheelchairaccess",
                "name": "Wheelchair Access",
                "description": "This theatre is wheelchair-accessible in all auditoriums."
              },
              {
                "code": "distractionfreeenvironment",
                "name": "Distraction-Free Environment",
                "description": "We restrict children younger than 6 from attending R-Rated films after 6pm to improve the experience for everyone. To bring your children younger than 6 to R-Rated films, please visit us before 6pm."
              },
              {
                "code": "nooutsidefoodandbeverage",
                "name": "No Outside Food and Beverage",
                "description": "Please refrain from bringing outside food and beverage items into the theatre."
              },
              {
                "code": "agepolicyforrratedfilms",
                "name": "Age Policy for R-Rated Films",
                "description": "Under 17 requires accompanying parent or adult guardian (age 21 or older). Guests 25 years and under must show ID."
              },
              {
                "code": "pricingnotice",
                "name": "Pricing Notice",
                "description": "Hover over a showtime for pricing information. AMC reserves the right to exercise special pricing options for unique in-theatre experiences."
              },
              {
                "code": "refundpolicy",
                "name": "Refund Policy",
                "description": "No refunds after printed showtime."
              },
              {
                "code": "militarypricing",
                "name": "Military Pricing",
                "description": "Fri-Sun starting at 4pm. Present a valid Military ID at the box office."
              },
              {
                "code": "specialengagements",
                "name": "Special Engagements",
                "description": "Some types of passes may be restricted for Special Engagements or New Releases and thus subject to a surcharge. Be sure to read the back of your pass for more details."
              }
            ],
            "location": {
              "addressLine1": "11701 Nall Avenue",
              "city": "LEAWOOD",
              "postalCode": "662112025",
              "state": "KS",
              "stateName": "KANSAS",
              "country": "United States",
              "latitude": 38.915847,
              "longitude": -94.647789,
              "directionsUrl": "http://bing.com/maps/default.aspx?v=2&lvl=9&style=r&mode=D&rtop=0~0~0~&cp=38.9158470000~-94.6477890000&rtp=adr.~pos.38.9158470000_-94.6477890000_AMC+Town+Center+20+11701+Nall+Avenue+LEAWOOD+KS+662112025"
            },
            "media": {},
            "_links": {
              "self": {
                "href": "https://api.amctheatres.com/v2/theatres/38",
                "templated": false
              }
            }
          }
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v2/theatres/38",
            "templated": false
          }
        }
      },
      {
        "rank": 2,
        "distance": 4.258317327991568,
        "_embedded": {
          "theatre": {
            "id": 25,
            "longName": "AMC Ward Parkway 14",
            "name": "AMC Ward Parkway 14",
            "showtimesPhoneNumber": "888-AMC-4FUN",
            "guestServicesPhoneNumber": "8163331300",
            "timezone": "CENTRAL TIME",
            "slug": "amc-ward-parkway-14",
            "facebookUrl": "https://www.facebook.com/AMCWardParkway14",
            "websiteUrl": "https://www.amctheatres.com/movie-theatres/amc-ward-parkway-14",
            "ticketable": "Fandango",
            "attributes": [
              {
                "code": "macguffinsbarandlounge",
                "name": "MacGuffins Bar and Lounge",
                "description": "Named after a term coined by famed filmmaker Alfred Hitchcock, MacGuffins is an inviting bar where guests can shake up their movie-going experience and order beer, wine, and cocktails. For the enjoyment of guests 21 and over only. Alcoholic beverages may be consumed at the bar or in the theatre auditorium."
              },
              {
                "code": "freshhotfoods",
                "name": "Fresh Hot Foods",
                "description": "An expanded menu of hot and fresh foods, featuring chicken tenders, pizza, mozzarella sticks, french fries and more."
              },
              {
                "code": "digitalprojection",
                "name": "Digital Projection",
                "description": "This theatre features digital projection in all auditoriums."
              },
              {
                "code": "stadiumseating",
                "name": "Stadium Seating",
                "description": "This theatre features stadium seating in all auditoriums."
              },
              {
                "code": "theatrerentals",
                "name": "Theatre Rentals",
                "description": "Theatre rentals are available at this theatre. Please email your contact information to [email protected] for information on pricing and availability."
              },
              {
                "code": "assistedlisteningdevices",
                "name": "Assisted Listening Devices",
                "description": "This theatre offers assisted listening devices. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "wheelchairaccess",
                "name": "Wheelchair Access",
                "description": "This theatre is wheelchair-accessible in all auditoriums."
              },
              {
                "code": "distractionfreeenvironment",
                "name": "Distraction-Free Environment",
                "description": "We restrict children younger than 6 from attending R-Rated films after 6pm to improve the experience for everyone. To bring your children younger than 6 to R-Rated films, please visit us before 6pm."
              },
              {
                "code": "nooutsidefoodandbeverage",
                "name": "No Outside Food and Beverage",
                "description": "Please refrain from bringing outside food and beverage items into the theatre."
              },
              {
                "code": "alcoholcardingpolicy",
                "name": "Alcohol Carding Policy",
                "description": "Regardless of age, all guests purchasing or consuming alcohol within the theatre must show positive proof of age. Guests without a valid ID cannot purchase or consume alcohol per AMC policy."
              },
              {
                "code": "agepolicyforrratedfilms",
                "name": "Age Policy for R-Rated Films",
                "description": "Under 17 requires accompanying parent or adult guardian (age 21 or older). Guests 25 years and under must show ID."
              },
              {
                "code": "wardparkwayagepolicy",
                "name": "Ward Parkway Age Policy",
                "description": "Guests must be 18 or older unless accompanied by a parent or guardian of at least 21 years of age."
              },
              {
                "code": "pricingnotice",
                "name": "Pricing Notice",
                "description": "Hover over a showtime for pricing information. AMC reserves the right to exercise special pricing options for unique in-theatre experiences."
              },
              {
                "code": "refundpolicy",
                "name": "Refund Policy",
                "description": "No refunds after printed showtime."
              },
              {
                "code": "militarypricing",
                "name": "Military Pricing",
                "description": "Fri-Sun starting at 4pm. Present a valid Military ID at the box office."
              },
              {
                "code": "plushrecliners",
                "name": "Plush Recliners",
                "description": "Get comfortable with the plush recliners in every auditorium."
              },
              {
                "code": "100+drinkchoices",
                "name": "100+ Drink Choices",
                "description": "Whether you’re craving a Sprite® Peach, Hi-C® Raspberry Lime or a Dasani® Lemon we’ve got you covered with Coca-Cola Freestyle."
              },
              {
                "code": "reservedseating",
                "name": "Reserved Seating",
                "description": "Reserved seating is available at this theatre. Select your seat in advance online, via mobile application, automated box office machine or at the theatre box office."
              },
              {
                "code": "specialengagements",
                "name": "Special Engagements",
                "description": "Some types of passes may be restricted for Special Engagements or New Releases and thus subject to a surcharge. Be sure to read the back of your pass for more details."
              }
            ],
            "location": {
              "addressLine1": "8600 Ward Parkway Ste 14",
              "city": "KANSAS CITY",
              "postalCode": "641140000",
              "state": "MO",
              "stateName": "MISSOURI",
              "country": "United States",
              "latitude": 38.972361,
              "longitude": -94.60722,
              "directionsUrl": "http://bing.com/maps/default.aspx?v=2&lvl=9&style=r&mode=D&rtop=0~0~0~&cp=38.9723610000~-94.6072200000&rtp=adr.~pos.38.9723610000_-94.6072200000_AMC+Ward+Parkway+14+8600+Ward+Parkway+Ste+14+KANSAS+CITY+MO+64114"
            },
            "media": {},
            "_links": {
              "self": {
                "href": "https://api.amctheatres.com/v2/theatres/25",
                "templated": false
              }
            }
          }
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v2/theatres/25",
            "templated": false
          }
        }
      },
      {
        "rank": 3,
        "distance": 6.4840967522870763,
        "_embedded": {
          "theatre": {
            "id": 610,
            "longName": "AMC Studio 30 with IMAX and Dine-in Theatres",
            "name": "AMC Studio 30",
            "showtimesPhoneNumber": "888-AMC-4FUN",
            "guestServicesPhoneNumber": "9133933030",
            "timezone": "CENTRAL TIME",
            "slug": "amc-studio-30-with-imax-and-dine-in-theatres",
            "facebookUrl": "https://www.facebook.com/AMCStudio28",
            "websiteUrl": "https://www.amctheatres.com/movie-theatres/amc-studio-30-with-imax-and-dine-in-theatres",
            "ticketable": "AMC",
            "attributes": [
              {
                "code": "macguffinsbarandlounge",
                "name": "MacGuffins Bar and Lounge",
                "description": "Named after a term coined by famed filmmaker Alfred Hitchcock, MacGuffins is an inviting bar where guests can shake up their movie-going experience and order beer, wine, and cocktails. For the enjoyment of guests 21 and over only. Alcoholic beverages may be consumed at the bar or in the theatre auditorium."
              },
              {
                "code": "amcindependent",
                "name": "AMC independent",
                "description": "AMC independent is our renewed commitment to advancing independent film. Now, you can see more distinct and unconventional films at our theatres around the country. We’re bringing you more of what you want -- a diverse line-up of films that excite, encourage and engage. Over 20% of our theatres are committed to showing independent films throughout the year, including AMC-exclusive releases. We hope that you enjoy these new stories that we are bringing to the screen, and more importantly, to your local theatres."
              },
              {
                "code": "sensoryfriendlyfilms",
                "name": "Sensory Friendly Films",
                "description": "In partnership with The Autism Society, we bring AMC Sensory Friendly Films to families affected by autism on a monthly basis to select communities. The program provides a special opportunity for families to enjoy their favorite films in a safe and accepting environment. The auditoriums dedicated to the program have their lights up, the sound turned down and audience members are invited to get up and dance, walk, shout or sing!"
              },
              {
                "code": "themarketplace",
                "name": "The Marketplace",
                "description": "Choose from an expanded menu of concessions including Coca-Cola Freestyle with over 100 drink choices. Also featuring chicken tender bites, loaded hot dogs, specialty smoothies and coffee drinks, gourmet popcorn and healthier options in a self-service concession stand that’s built like a convenience store."
              },
              {
                "code": "freshhotfoods",
                "name": "Fresh Hot Foods",
                "description": "An expanded menu of hot and fresh foods, featuring chicken tenders, pizza, mozzarella sticks, french fries and more."
              },
              {
                "code": "digitalprojection",
                "name": "Digital Projection",
                "description": "This theatre features digital projection in all auditoriums."
              },
              {
                "code": "stadiumseating",
                "name": "Stadium Seating",
                "description": "This theatre features stadium seating in all auditoriums."
              },
              {
                "code": "reservedseating",
                "name": "Reserved Seating",
                "description": "Reserved seating is available at this theatre. Select your seat in advance online, via mobile application, automated box office machine or at the theatre box office."
              },
              {
                "code": "theatrerentals",
                "name": "Theatre Rentals",
                "description": "Theatre rentals are available at this theatre. Please email your contact information to [email protected] for information on pricing and availability."
              },
              {
                "code": "assistedlisteningdevices",
                "name": "Assisted Listening Devices",
                "description": "This theatre offers assisted listening devices. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "wheelchairaccess",
                "name": "Wheelchair Access",
                "description": "This theatre is wheelchair-accessible in all auditoriums."
              },
              {
                "code": "distractionfreeenvironment",
                "name": "Distraction-Free Environment",
                "description": "We restrict children younger than 6 from attending R-Rated films after 6pm to improve the experience for everyone. To bring your children younger than 6 to R-Rated films, please visit us before 6pm."
              },
              {
                "code": "nooutsidefoodandbeverage",
                "name": "No Outside Food and Beverage",
                "description": "Please refrain from bringing outside food and beverage items into the theatre."
              },
              {
                "code": "alcoholcardingpolicy",
                "name": "Alcohol Carding Policy",
                "description": "Regardless of age, all guests purchasing or consuming alcohol within the theatre must show positive proof of age. Guests without a valid ID cannot purchase or consume alcohol per AMC policy."
              },
              {
                "code": "agepolicyforrratedfilms",
                "name": "Age Policy for R-Rated Films",
                "description": "Under 17 requires accompanying parent or adult guardian (age 21 or older). Guests 25 years and under must show ID."
              },
              {
                "code": "intheatredining",
                "name": "In-Theatre Dining",
                "description": "Enjoy a meal with your movie! This theatre offers in-theatre dining options."
              },
              {
                "code": "pricingnotice",
                "name": "Pricing Notice",
                "description": "Hover over a showtime for pricing information. AMC reserves the right to exercise special pricing options for unique in-theatre experiences."
              },
              {
                "code": "refundpolicy",
                "name": "Refund Policy",
                "description": "No refunds after printed showtime."
              },
              {
                "code": "militarypricing",
                "name": "Military Pricing",
                "description": "Fri-Sun starting at 4pm. Present a valid Military ID at the box office."
              },
              {
                "code": "specialengagements",
                "name": "Special Engagements",
                "description": "Some types of passes may be restricted for Special Engagements or New Releases and thus subject to a surcharge. Be sure to read the back of your pass for more details."
              },
              {
                "code": "PRINTATHOME",
                "name": "Print At Home",
                "description": "Supports Print At Home Description"
              }
            ],
            "location": {
              "addressLine1": "12075 So Strang Line Road",
              "city": "OLATHE",
              "postalCode": "660625256",
              "state": "KS",
              "stateName": "KANSAS",
              "country": "United States",
              "latitude": 38.907736,
              "longitude": -94.767336,
              "directionsUrl": "http://bing.com/maps/default.aspx?v=2&lvl=9&style=r&mode=D&rtop=0~0~0~&cp=38.9077360000~-94.7673360000&rtp=adr.~pos.38.9077360000_-94.7673360000_AMC+Studio+30+with+IMAX+and+Dine-in+Theatres+12075+So+Strang+Line+Road+OLATHE+KS+660625256"
            },
            "media": {},
            "_links": {
              "self": {
                "href": "https://api.amctheatres.com/v2/theatres/610",
                "templated": false
              }
            }
          }
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v2/theatres/610",
            "templated": false
          }
        }
      },
      {
        "rank": 4,
        "distance": 18.211672969579741,
        "_embedded": {
          "theatre": {
            "id": 30,
            "longName": "AMC Independence Commons 20",
            "name": "AMC Independence Commons 20",
            "showtimesPhoneNumber": "888-AMC-4FUN",
            "guestServicesPhoneNumber": "8167951430",
            "timezone": "CENTRAL TIME",
            "slug": "amc-independence-commons-20",
            "facebookUrl": "https://www.facebook.com/AMCIndependenceCommons20",
            "websiteUrl": "https://www.amctheatres.com/movie-theatres/amc-independence-commons-20",
            "ticketable": "AMC",
            "attributes": [
              {
                "code": "sensoryfriendlyfilms",
                "name": "Sensory Friendly Films",
                "description": "In partnership with The Autism Society, we bring AMC Sensory Friendly Films to families affected by autism on a monthly basis to select communities. The program provides a special opportunity for families to enjoy their favorite films in a safe and accepting environment. The auditoriums dedicated to the program have their lights up, the sound turned down and audience members are invited to get up and dance, walk, shout or sing!"
              },
              {
                "code": "freshhotfoods",
                "name": "Fresh Hot Foods",
                "description": "An expanded menu of hot and fresh foods, featuring chicken tenders, pizza, mozzarella sticks, french fries and more."
              },
              {
                "code": "madetoorderbeverages",
                "name": "Made to Order Beverages"
              },
              {
                "code": "digitalprojection",
                "name": "Digital Projection",
                "description": "This theatre features digital projection in all auditoriums."
              },
              {
                "code": "stadiumseating",
                "name": "Stadium Seating",
                "description": "This theatre features stadium seating in all auditoriums."
              },
              {
                "code": "theatrerentals",
                "name": "Theatre Rentals",
                "description": "Theatre rentals are available at this theatre. Please email your contact information to [email protected] for information on pricing and availability."
              },
              {
                "code": "assistedlisteningdevices",
                "name": "Assisted Listening Devices",
                "description": "This theatre offers assisted listening devices. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "closedcaption",
                "name": "Closed Caption",
                "description": "Closed captioning devices available at this theatre. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "wheelchairaccess",
                "name": "Wheelchair Access",
                "description": "This theatre is wheelchair-accessible in all auditoriums."
              },
              {
                "code": "descriptivevideo",
                "name": "Descriptive Video",
                "description": "Descriptive Video devices available at this theatre. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "parentalescortpolicy(under18after9)",
                "name": "Parental Escort Policy (Under 18 after 9)",
                "description": "Minors Under 18 Must Be Accompanied by a Guardian Over 21 After 9 p.m. This policy is for the safety and comfort of all guests. Picture ID is required for films starting at 9 p.m. or later."
              },
              {
                "code": "distractionfreeenvironment",
                "name": "Distraction-Free Environment",
                "description": "We restrict children younger than 6 from attending R-Rated films after 6pm to improve the experience for everyone. To bring your children younger than 6 to R-Rated films, please visit us before 6pm."
              },
              {
                "code": "nooutsidefoodandbeverage",
                "name": "No Outside Food and Beverage",
                "description": "Please refrain from bringing outside food and beverage items into the theatre."
              },
              {
                "code": "agepolicyforrratedfilms",
                "name": "Age Policy for R-Rated Films",
                "description": "Under 17 requires accompanying parent or adult guardian (age 21 or older). Guests 25 years and under must show ID."
              },
              {
                "code": "pricingnotice",
                "name": "Pricing Notice",
                "description": "Hover over a showtime for pricing information. AMC reserves the right to exercise special pricing options for unique in-theatre experiences."
              },
              {
                "code": "refundpolicy",
                "name": "Refund Policy",
                "description": "No refunds after printed showtime."
              },
              {
                "code": "militarypricing",
                "name": "Military Pricing",
                "description": "Fri-Sun starting at 4pm. Present a valid Military ID at the box office."
              },
              {
                "code": "specialengagements",
                "name": "Special Engagements",
                "description": "Some types of passes may be restricted for Special Engagements or New Releases and thus subject to a surcharge. Be sure to read the back of your pass for more details."
              }
            ],
            "location": {
              "addressLine1": "19200 E 39th St S",
              "city": "INDEPENDENCE",
              "postalCode": "640572319",
              "state": "MO",
              "stateName": "MISSOURI",
              "country": "United States",
              "latitude": 39.049871,
              "longitude": -94.353187,
              "directionsUrl": "http://bing.com/maps/default.aspx?v=2&lvl=9&style=r&mode=D&rtop=0~0~0~&cp=39.0498710000~-94.3531870000&rtp=adr.~pos.39.0498710000_-94.3531870000_AMC+Independence+Commons+20+19200+E+39th+St+S+INDEPENDENCE+MO+640572319"
            },
            "media": {},
            "_links": {
              "self": {
                "href": "https://api.amctheatres.com/v2/theatres/30",
                "templated": false
              }
            }
          }
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v2/theatres/30",
            "templated": false
          }
        }
      },
      {
        "rank": 5,
        "distance": 22.399031173927739,
        "_embedded": {
          "theatre": {
            "id": 118,
            "longName": "AMC BarryWoods 24",
            "name": "AMC BarryWoods 24",
            "showtimesPhoneNumber": "888-AMC-4FUN",
            "guestServicesPhoneNumber": "8165059199",
            "timezone": "CENTRAL TIME",
            "slug": "amc-barrywoods-24",
            "facebookUrl": "https://www.facebook.com/AMCBarrywoods24",
            "websiteUrl": "https://www.amctheatres.com/movie-theatres/amc-barrywoods-24",
            "ticketable": "Fandango",
            "attributes": [
              {
                "code": "sensoryfriendlyfilms",
                "name": "Sensory Friendly Films",
                "description": "In partnership with The Autism Society, we bring AMC Sensory Friendly Films to families affected by autism on a monthly basis to select communities. The program provides a special opportunity for families to enjoy their favorite films in a safe and accepting environment. The auditoriums dedicated to the program have their lights up, the sound turned down and audience members are invited to get up and dance, walk, shout or sing!"
              },
              {
                "code": "freshhotfoods",
                "name": "Fresh Hot Foods",
                "description": "An expanded menu of hot and fresh foods, featuring chicken tenders, pizza, mozzarella sticks, french fries and more."
              },
              {
                "code": "digitalprojection",
                "name": "Digital Projection",
                "description": "This theatre features digital projection in all auditoriums."
              },
              {
                "code": "stadiumseating",
                "name": "Stadium Seating",
                "description": "This theatre features stadium seating in all auditoriums."
              },
              {
                "code": "theatrerentals",
                "name": "Theatre Rentals",
                "description": "Theatre rentals are available at this theatre. Please email your contact information to [email protected] for information on pricing and availability."
              },
              {
                "code": "assistedlisteningdevices",
                "name": "Assisted Listening Devices",
                "description": "This theatre offers assisted listening devices. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "wheelchairaccess",
                "name": "Wheelchair Access",
                "description": "This theatre is wheelchair-accessible in all auditoriums."
              },
              {
                "code": "distractionfreeenvironment",
                "name": "Distraction-Free Environment",
                "description": "We restrict children younger than 6 from attending R-Rated films after 6pm to improve the experience for everyone. To bring your children younger than 6 to R-Rated films, please visit us before 6pm."
              },
              {
                "code": "nooutsidefoodandbeverage",
                "name": "No Outside Food and Beverage",
                "description": "Please refrain from bringing outside food and beverage items into the theatre."
              },
              {
                "code": "agepolicyforrratedfilms",
                "name": "Age Policy for R-Rated Films",
                "description": "Under 17 requires accompanying parent or adult guardian (age 21 or older). Guests 25 years and under must show ID."
              },
              {
                "code": "pricingnotice",
                "name": "Pricing Notice",
                "description": "Hover over a showtime for pricing information. AMC reserves the right to exercise special pricing options for unique in-theatre experiences."
              },
              {
                "code": "refundpolicy",
                "name": "Refund Policy",
                "description": "No refunds after printed showtime."
              },
              {
                "code": "thecafe",
                "name": "The Cafe",
                "description": "Featuring freshly prepared specialty drinks & treats. Enjoy the unexpected."
              },
              {
                "code": "militarypricing",
                "name": "Military Pricing",
                "description": "Fri-Sun starting at 4pm. Present a valid Military ID at the box office."
              },
              {
                "code": "specialengagements",
                "name": "Special Engagements",
                "description": "Some types of passes may be restricted for Special Engagements or New Releases and thus subject to a surcharge. Be sure to read the back of your pass for more details."
              },
              {
                "code": "macguffinsbarandlounge",
                "name": "MacGuffins Bar and Lounge",
                "description": "Named after a term coined by famed filmmaker Alfred Hitchcock, MacGuffins is an inviting bar where guests can shake up their movie-going experience and order beer, wine, and cocktails. For the enjoyment of guests 21 and over only. Alcoholic beverages may be consumed at the bar or in the theatre auditorium."
              },
              {
                "code": "amcprime",
                "name": "AMC Prime",
                "description": "Introducing AMC Prime, the movie experience that delivers the 'wow' of sight, sound and sense like you wouldn't believe. Feel the action with super-comfy recliners that actually reverberate with every explosion and every laser blast. Live inside the sound with audio that submerges you in a world of sensation . And capture every moment in the finest detail with the unbelievably crisp and luminous picture. With AMC Prime, you see, hear and feel every wow."
              },
              {
                "code": "amcprime",
                "name": "AMC Prime",
                "description": "Description for AMC Prime"
              }
            ],
            "location": {
              "addressLine1": "8101 Roanridge Road",
              "city": "KANSAS CITY",
              "postalCode": "641511356",
              "state": "MO",
              "stateName": "MISSOURI",
              "country": "United States",
              "latitude": 39.243418,
              "longitude": -94.656082,
              "directionsUrl": "http://bing.com/maps/default.aspx?v=2&lvl=9&style=r&mode=D&rtop=0~0~0~&cp=39.2434180000~-94.6560820000&rtp=adr.~pos.39.2434180000_-94.6560820000_AMC+BarryWoods+24+8101+Roanridge+Road+KANSAS+CITY+MO+641511356"
            },
            "media": {},
            "_links": {
              "self": {
                "href": "https://api.amctheatres.com/v2/theatres/118",
                "templated": false
              }
            }
          }
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v2/theatres/118",
            "templated": false
          }
        }
      },
      {
        "rank": 6,
        "distance": 173.549936949732,
        "_embedded": {
          "theatre": {
            "id": 6195,
            "longName": "AMC Council Bluffs 17",
            "name": "AMC Council Bluffs 17",
            "showtimesPhoneNumber": "888-AMC-4FUN",
            "guestServicesPhoneNumber": "7123258924",
            "timezone": "CENTRAL TIME",
            "slug": "amc-council-bluffs-17",
            "facebookUrl": "https://www.facebook.com/AMCCouncilBluffs17",
            "websiteUrl": "https://www.amctheatres.com/movie-theatres/amc-council-bluffs-17",
            "ticketable": "Fandango",
            "attributes": [
              {
                "code": "sensoryfriendlyfilms",
                "name": "Sensory Friendly Films",
                "description": "In partnership with The Autism Society, we bring AMC Sensory Friendly Films to families affected by autism on a monthly basis to select communities. The program provides a special opportunity for families to enjoy their favorite films in a safe and accepting environment. The auditoriums dedicated to the program have their lights up, the sound turned down and audience members are invited to get up and dance, walk, shout or sing!"
              },
              {
                "code": "freshhotfoods",
                "name": "Fresh Hot Foods",
                "description": "An expanded menu of hot and fresh foods, featuring chicken tenders, pizza, mozzarella sticks, french fries and more."
              },
              {
                "code": "stadiumseating",
                "name": "Stadium Seating",
                "description": "This theatre features stadium seating in all auditoriums."
              },
              {
                "code": "theatrerentals",
                "name": "Theatre Rentals",
                "description": "Theatre rentals are available at this theatre. Please email your contact information to [email protected] for information on pricing and availability."
              },
              {
                "code": "assistedlisteningdevices",
                "name": "Assisted Listening Devices",
                "description": "This theatre offers assisted listening devices. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "wheelchairaccess",
                "name": "Wheelchair Access",
                "description": "This theatre is wheelchair-accessible in all auditoriums."
              },
              {
                "code": "distractionfreeenvironment",
                "name": "Distraction-Free Environment",
                "description": "We restrict children younger than 6 from attending R-Rated films after 6pm to improve the experience for everyone. To bring your children younger than 6 to R-Rated films, please visit us before 6pm."
              },
              {
                "code": "nooutsidefoodandbeverage",
                "name": "No Outside Food and Beverage",
                "description": "Please refrain from bringing outside food and beverage items into the theatre."
              },
              {
                "code": "agepolicyforrratedfilms",
                "name": "Age Policy for R-Rated Films",
                "description": "Under 17 requires accompanying parent or adult guardian (age 21 or older). Guests 25 years and under must show ID."
              },
              {
                "code": "pricingnotice",
                "name": "Pricing Notice",
                "description": "Hover over a showtime for pricing information. AMC reserves the right to exercise special pricing options for unique in-theatre experiences."
              },
              {
                "code": "refundpolicy",
                "name": "Refund Policy",
                "description": "No refunds after printed showtime."
              },
              {
                "code": "militarypricing",
                "name": "Military Pricing",
                "description": "Fri-Sun starting at 4pm. Present a valid Military ID at the box office."
              },
              {
                "code": "specialengagements",
                "name": "Special Engagements",
                "description": "Some types of passes may be restricted for Special Engagements or New Releases and thus subject to a surcharge. Be sure to read the back of your pass for more details."
              },
              {
                "code": "macguffinsbarandlounge",
                "name": "MacGuffins Bar and Lounge",
                "description": "Named after a term coined by famed filmmaker Alfred Hitchcock, MacGuffins is an inviting bar where guests can shake up their movie-going experience and order beer, wine, and cocktails. For the enjoyment of guests 21 and over only. Alcoholic beverages may be consumed at the bar or in the theatre auditorium."
              },
              {
                "code": "plushrecliners",
                "name": "Plush Recliners",
                "description": "Get comfortable with the plush recliners in every auditorium."
              },
              {
                "code": "alcoholcardingpolicy",
                "name": "Alcohol Carding Policy",
                "description": "Regardless of age, all guests purchasing or consuming alcohol within the theatre must show positive proof of age. Guests without a valid ID cannot purchase or consume alcohol per AMC policy."
              }
            ],
            "location": {
              "addressLine1": "3220 23rd Ave",
              "city": "COUNCIL BLUFFS",
              "postalCode": "515010000",
              "state": "IA",
              "stateName": "IOWA",
              "country": "United States",
              "latitude": 41.24194,
              "longitude": -95.89547,
              "directionsUrl": "http://bing.com/maps/default.aspx?v=2&lvl=9&style=r&mode=D&rtop=0~0~0~&cp=41.2419400000~-95.8954700000&rtp=adr.~pos.41.2419400000_-95.8954700000_AMC+Council+Bluffs+17+3220+23rd+Ave+COUNCIL+BLUFFS+IA+51501"
            },
            "media": {},
            "_links": {
              "self": {
                "href": "https://api.amctheatres.com/v2/theatres/6195",
                "templated": false
              }
            }
          }
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v2/theatres/6195",
            "templated": false
          }
        }
      },
      {
        "rank": 7,
        "distance": 177.61382403901086,
        "_embedded": {
          "theatre": {
            "id": 85,
            "longName": "AMC Oakview Plaza 24",
            "name": "AMC Oakview Plaza 24",
            "showtimesPhoneNumber": "888-AMC-4FUN",
            "guestServicesPhoneNumber": "4026910000",
            "timezone": "CENTRAL TIME",
            "slug": "amc-oakview-plaza-24",
            "facebookUrl": "https://www.facebook.com/AMCOakview24",
            "websiteUrl": "https://www.amctheatres.com/movie-theatres/amc-oakview-plaza-24",
            "ticketable": "Fandango",
            "attributes": [
              {
                "code": "amcindependent",
                "name": "AMC independent",
                "description": "AMC independent is our renewed commitment to advancing independent film. Now, you can see more distinct and unconventional films at our theatres around the country. We’re bringing you more of what you want -- a diverse line-up of films that excite, encourage and engage. Over 20% of our theatres are committed to showing independent films throughout the year, including AMC-exclusive releases. We hope that you enjoy these new stories that we are bringing to the screen, and more importantly, to your local theatres."
              },
              {
                "code": "sensoryfriendlyfilms",
                "name": "Sensory Friendly Films",
                "description": "In partnership with The Autism Society, we bring AMC Sensory Friendly Films to families affected by autism on a monthly basis to select communities. The program provides a special opportunity for families to enjoy their favorite films in a safe and accepting environment. The auditoriums dedicated to the program have their lights up, the sound turned down and audience members are invited to get up and dance, walk, shout or sing!"
              },
              {
                "code": "freshhotfoods",
                "name": "Fresh Hot Foods",
                "description": "An expanded menu of hot and fresh foods, featuring chicken tenders, pizza, mozzarella sticks, french fries and more."
              },
              {
                "code": "stadiumseating",
                "name": "Stadium Seating",
                "description": "This theatre features stadium seating in all auditoriums."
              },
              {
                "code": "theatrerentals",
                "name": "Theatre Rentals",
                "description": "Theatre rentals are available at this theatre. Please email your contact information to [email protected] for information on pricing and availability."
              },
              {
                "code": "assistedlisteningdevices",
                "name": "Assisted Listening Devices",
                "description": "This theatre offers assisted listening devices. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "closedcaption",
                "name": "Closed Caption",
                "description": "Closed captioning devices available at this theatre. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "wheelchairaccess",
                "name": "Wheelchair Access",
                "description": "This theatre is wheelchair-accessible in all auditoriums."
              },
              {
                "code": "descriptivevideo",
                "name": "Descriptive Video",
                "description": "Descriptive Video devices available at this theatre. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "distractionfreeenvironment",
                "name": "Distraction-Free Environment",
                "description": "We restrict children younger than 6 from attending R-Rated films after 6pm to improve the experience for everyone. To bring your children younger than 6 to R-Rated films, please visit us before 6pm."
              },
              {
                "code": "nooutsidefoodandbeverage",
                "name": "No Outside Food and Beverage",
                "description": "Please refrain from bringing outside food and beverage items into the theatre."
              },
              {
                "code": "agepolicyforrratedfilms",
                "name": "Age Policy for R-Rated Films",
                "description": "Under 17 requires accompanying parent or adult guardian (age 21 or older). Guests 25 years and under must show ID."
              },
              {
                "code": "pricingnotice",
                "name": "Pricing Notice",
                "description": "Hover over a showtime for pricing information. AMC reserves the right to exercise special pricing options for unique in-theatre experiences."
              },
              {
                "code": "refundpolicy",
                "name": "Refund Policy",
                "description": "No refunds after printed showtime."
              },
              {
                "code": "militarypricing",
                "name": "Military Pricing",
                "description": "Fri-Sun starting at 4pm. Present a valid Military ID at the box office."
              },
              {
                "code": "specialengagements",
                "name": "Special Engagements",
                "description": "Some types of passes may be restricted for Special Engagements or New Releases and thus subject to a surcharge. Be sure to read the back of your pass for more details."
              }
            ],
            "location": {
              "addressLine1": "3555 South 140th Plaza",
              "city": "OMAHA",
              "postalCode": "681443302",
              "state": "NE",
              "stateName": "NEBRASKA",
              "country": "United States",
              "latitude": 41.225256,
              "longitude": -96.130562,
              "directionsUrl": "http://bing.com/maps/default.aspx?v=2&lvl=9&style=r&mode=D&rtop=0~0~0~&cp=41.2252560000~-96.1305620000&rtp=adr.~pos.41.2252560000_-96.1305620000_AMC+Oakview+Plaza+24+3555+South+140th+Plaza+OMAHA+NE+681443302"
            },
            "media": {},
            "_links": {
              "self": {
                "href": "https://api.amctheatres.com/v2/theatres/85",
                "templated": false
              }
            }
          }
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v2/theatres/85",
            "templated": false
          }
        }
      },
      {
        "rank": 8,
        "distance": 178.82994809162423,
        "_embedded": {
          "theatre": {
            "id": 468,
            "longName": "AMC Westroads 14",
            "name": "AMC Westroads 14",
            "showtimesPhoneNumber": "888-AMC-4FUN",
            "guestServicesPhoneNumber": "4023939200",
            "timezone": "CENTRAL TIME",
            "slug": "amc-westroads-14",
            "facebookUrl": "https://www.facebook.com/AMCWestroads14",
            "websiteUrl": "https://www.amctheatres.com/movie-theatres/amc-westroads-14",
            "ticketable": "AMC",
            "attributes": [
              {
                "code": "refundpolicy",
                "name": "Refund Policy",
                "description": "No refunds after printed showtime."
              },
              {
                "code": "pricingnotice",
                "name": "Pricing Notice",
                "description": "Hover over a showtime for pricing information. AMC reserves the right to exercise special pricing options for unique in-theatre experiences."
              },
              {
                "code": "agepolicyforrratedfilms",
                "name": "Age Policy for R-Rated Films",
                "description": "Under 17 requires accompanying parent or adult guardian (age 21 or older). Guests 25 years and under must show ID."
              },
              {
                "code": "nooutsidefoodandbeverage",
                "name": "No Outside Food and Beverage",
                "description": "Please refrain from bringing outside food and beverage items into the theatre."
              },
              {
                "code": "distractionfreeenvironment",
                "name": "Distraction-Free Environment",
                "description": "We restrict children younger than 6 from attending R-Rated films after 6pm to improve the experience for everyone. To bring your children younger than 6 to R-Rated films, please visit us before 6pm."
              },
              {
                "code": "specialengagements",
                "name": "Special Engagements",
                "description": "Some types of passes may be restricted for Special Engagements or New Releases and thus subject to a surcharge. Be sure to read the back of your pass for more details."
              },
              {
                "code": "nowanamc!",
                "name": "Now an AMC!",
                "description": "This theatre is now an AMC! We appreciate your patience as we work to get all the systems converted and up-and-running."
              },
              {
                "code": "wheelchairaccess",
                "name": "Wheelchair Access",
                "description": "This theatre is wheelchair-accessible in all auditoriums."
              },
              {
                "code": "assistedlisteningdevices",
                "name": "Assisted Listening Devices",
                "description": "This theatre offers assisted listening devices. Contact the guest services desk at the theatre for more information."
              }
            ],
            "location": {
              "addressLine1": "10000 California St",
              "city": "OMAHA",
              "postalCode": "681140000",
              "state": "NE",
              "stateName": "NEBRASKA",
              "country": "United States",
              "latitude": 41.267485,
              "longitude": -96.068766,
              "directionsUrl": "http://bing.com/maps/default.aspx?v=2&lvl=9&style=r&mode=D&rtop=0~0~0~&cp=41.2674850000~-96.0687660000&rtp=adr.~pos.41.2674850000_-96.0687660000_AMC+Westroads+14+10000+California+St+OMAHA+NE+68114"
            },
            "media": {},
            "_links": {
              "self": {
                "href": "https://api.amctheatres.com/v2/theatres/468",
                "templated": false
              }
            }
          }
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v2/theatres/468",
            "templated": false
          }
        }
      },
      {
        "rank": 9,
        "distance": 188.84936840394059,
        "_embedded": {
          "theatre": {
            "id": 6802,
            "longName": "AMC Quincy Showplace 6",
            "name": "AMC Quincy Showplace 6",
            "showtimesPhoneNumber": "888-AMC-4FUN",
            "guestServicesPhoneNumber": "2172281014",
            "timezone": "CENTRAL TIME",
            "slug": "amc-quincy-showplace-6",
            "facebookUrl": "https://www.facebook.com/AMCQuincy6",
            "websiteUrl": "https://www.amctheatres.com/movie-theatres/amc-quincy-showplace-6",
            "ticketable": "AMC",
            "attributes": [
              {
                "code": "sensoryfriendlyfilms",
                "name": "Sensory Friendly Films",
                "description": "In partnership with The Autism Society, we bring AMC Sensory Friendly Films to families affected by autism on a monthly basis to select communities. The program provides a special opportunity for families to enjoy their favorite films in a safe and accepting environment. The auditoriums dedicated to the program have their lights up, the sound turned down and audience members are invited to get up and dance, walk, shout or sing!"
              },
              {
                "code": "digitalprojection",
                "name": "Digital Projection",
                "description": "This theatre features digital projection in all auditoriums."
              },
              {
                "code": "stadiumseating",
                "name": "Stadium Seating",
                "description": "This theatre features stadium seating in all auditoriums."
              },
              {
                "code": "theatrerentals",
                "name": "Theatre Rentals",
                "description": "Theatre rentals are available at this theatre. Please email your contact information to [email protected] for information on pricing and availability."
              },
              {
                "code": "assistedlisteningdevices",
                "name": "Assisted Listening Devices",
                "description": "This theatre offers assisted listening devices. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "wheelchairaccess",
                "name": "Wheelchair Access",
                "description": "This theatre is wheelchair-accessible in all auditoriums."
              },
              {
                "code": "distractionfreeenvironment",
                "name": "Distraction-Free Environment",
                "description": "We restrict children younger than 6 from attending R-Rated films after 6pm to improve the experience for everyone. To bring your children younger than 6 to R-Rated films, please visit us before 6pm."
              },
              {
                "code": "nooutsidefoodandbeverage",
                "name": "No Outside Food and Beverage",
                "description": "Please refrain from bringing outside food and beverage items into the theatre."
              },
              {
                "code": "agepolicyforrratedfilms",
                "name": "Age Policy for R-Rated Films",
                "description": "Under 17 requires accompanying parent or adult guardian (age 21 or older). Guests 25 years and under must show ID."
              },
              {
                "code": "pricingnotice",
                "name": "Pricing Notice",
                "description": "Hover over a showtime for pricing information. AMC reserves the right to exercise special pricing options for unique in-theatre experiences."
              },
              {
                "code": "refundpolicy",
                "name": "Refund Policy",
                "description": "No refunds after printed showtime."
              },
              {
                "code": "militarypricing",
                "name": "Military Pricing",
                "description": "Fri-Sun starting at 4pm. Present a valid Military ID at the box office."
              },
              {
                "code": "specialengagements",
                "name": "Special Engagements",
                "description": "Some types of passes may be restricted for Special Engagements or New Releases and thus subject to a surcharge. Be sure to read the back of your pass for more details."
              },
              {
                "code": "closedcaption",
                "name": "Closed Caption",
                "description": "Closed captioning devices available at this theatre. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "descriptivevideo",
                "name": "Descriptive Video",
                "description": "Descriptive Video devices available at this theatre. Contact the guest services desk at the theatre for more information."
              }
            ],
            "location": {
              "addressLine1": "300 N 33rd St",
              "city": "QUINCY",
              "postalCode": "623010000",
              "state": "IL",
              "stateName": "ILLINOIS",
              "country": "United States",
              "latitude": 39.93393,
              "longitude": -91.3629,
              "directionsUrl": "http://bing.com/maps/default.aspx?v=2&lvl=9&style=r&mode=D&rtop=0~0~0~&cp=39.9339300000~-91.3629000000&rtp=adr.~pos.39.9339300000_-91.3629000000_AMC+Quincy+Showplace+6+300+N+33rd+St+QUINCY+IL+62301"
            },
            "media": {},
            "_links": {
              "self": {
                "href": "https://api.amctheatres.com/v2/theatres/6802",
                "templated": false
              }
            }
          }
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v2/theatres/6802",
            "templated": false
          }
        }
      },
      {
        "rank": 10,
        "distance": 188.98147394798997,
        "_embedded": {
          "theatre": {
            "id": 6803,
            "longName": "AMC Quincy Mall 3",
            "name": "AMC Quincy Mall 3",
            "showtimesPhoneNumber": "888-AMC-4FUN",
            "guestServicesPhoneNumber": "2172234636",
            "timezone": "CENTRAL TIME",
            "slug": "amc-quincy-mall-3",
            "facebookUrl": "https://www.facebook.com/AMCQuincyMall3",
            "websiteUrl": "https://www.amctheatres.com/movie-theatres/amc-quincy-mall-3",
            "ticketable": "AMC",
            "attributes": [
              {
                "code": "sensoryfriendlyfilms",
                "name": "Sensory Friendly Films",
                "description": "In partnership with The Autism Society, we bring AMC Sensory Friendly Films to families affected by autism on a monthly basis to select communities. The program provides a special opportunity for families to enjoy their favorite films in a safe and accepting environment. The auditoriums dedicated to the program have their lights up, the sound turned down and audience members are invited to get up and dance, walk, shout or sing!"
              },
              {
                "code": "digitalprojection",
                "name": "Digital Projection",
                "description": "This theatre features digital projection in all auditoriums."
              },
              {
                "code": "theatrerentals",
                "name": "Theatre Rentals",
                "description": "Theatre rentals are available at this theatre. Please email your contact information to [email protected] for information on pricing and availability."
              },
              {
                "code": "assistedlisteningdevices",
                "name": "Assisted Listening Devices",
                "description": "This theatre offers assisted listening devices. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "wheelchairaccess",
                "name": "Wheelchair Access",
                "description": "This theatre is wheelchair-accessible in all auditoriums."
              },
              {
                "code": "distractionfreeenvironment",
                "name": "Distraction-Free Environment",
                "description": "We restrict children younger than 6 from attending R-Rated films after 6pm to improve the experience for everyone. To bring your children younger than 6 to R-Rated films, please visit us before 6pm."
              },
              {
                "code": "nooutsidefoodandbeverage",
                "name": "No Outside Food and Beverage",
                "description": "Please refrain from bringing outside food and beverage items into the theatre."
              },
              {
                "code": "agepolicyforrratedfilms",
                "name": "Age Policy for R-Rated Films",
                "description": "Under 17 requires accompanying parent or adult guardian (age 21 or older). Guests 25 years and under must show ID."
              },
              {
                "code": "pricingnotice",
                "name": "Pricing Notice",
                "description": "Hover over a showtime for pricing information. AMC reserves the right to exercise special pricing options for unique in-theatre experiences."
              },
              {
                "code": "refundpolicy",
                "name": "Refund Policy",
                "description": "No refunds after printed showtime."
              },
              {
                "code": "militarypricing",
                "name": "Military Pricing",
                "description": "Fri-Sun starting at 4pm. Present a valid Military ID at the box office."
              },
              {
                "code": "specialengagements",
                "name": "Special Engagements",
                "description": "Some types of passes may be restricted for Special Engagements or New Releases and thus subject to a surcharge. Be sure to read the back of your pass for more details."
              }
            ],
            "location": {
              "addressLine1": "3429 Quincy Mall",
              "city": "QUINCY",
              "postalCode": "623010000",
              "state": "IL",
              "stateName": "ILLINOIS",
              "country": "United States",
              "latitude": 39.936902,
              "longitude": -91.361704,
              "directionsUrl": "http://bing.com/maps/default.aspx?v=2&lvl=9&style=r&mode=D&rtop=0~0~0~&cp=39.9369020000~-91.3617040000&rtp=adr.~pos.39.9369020000_-91.3617040000_AMC+Quincy+Mall+3+3429+Quincy+Mall+QUINCY+IL+62301"
            },
            "media": {},
            "_links": {
              "self": {
                "href": "https://api.amctheatres.com/v2/theatres/6803",
                "templated": false
              }
            }
          }
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v2/theatres/6803",
            "templated": false
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "https://api.amctheatres.com/v2/locations?latitude=38.9194&longitude=-94.6477&pagflocNumber=1&pageSize=10",
      "templated": false
    },
    "next": {
      "href": "https://api.amctheatres.com/v2/locations?latitude=38.9194&longitude=-94.6477&pageNumber=2&pageSize=10",
      "templated": false
    }
  }
}
Get all locations in Kansas
GET  /v2/locations/states/kansas

Response

{
  "pageSize": 10,
  "pageNumber": 1,
  "count": 3,
  "_embedded": {
    "locations": [
      {
        "rank": 0,
        "distance": 0.0,
        "_embedded": {
          "theatre": {
            "id": 2323,
            "longName": "Josh Test 5",
            "name": "JOSH TEST 5",
            "showtimesPhoneNumber": "888-AMC-4FUN",
            "guestServicesPhoneNumber": "7878787",
            "timezone": "CENTRAL TIME",
            "slug": "josh-test-5",
            "websiteUrl": "https://www.amctheatres.com/movie-theatres/josh-test-5",
            "ticketable": "Fandango",
            "attributes": [],
            "location": {
              "addressLine1": "545 asdfes as",
              "city": "LEAWOOD",
              "postalCode": "661020000",
              "state": "KS",
              "stateName": "KANSAS",
              "country": "United States",
              "latitude": 0.0,
              "longitude": 0.0
            },
            "media": {},
            "_links": {
              "self": {
                "href": "https://api.amctheatres.com/v2/theatres/2323",
                "templated": false
              }
            }
          }
        }
      },
      {
        "rank": 0,
        "distance": 0.0,
        "_embedded": {
          "theatre": {
            "id": 610,
            "longName": "AMC Studio 30 with IMAX and Dine-in Theatres",
            "name": "AMC Studio 30",
            "showtimesPhoneNumber": "888-AMC-4FUN",
            "guestServicesPhoneNumber": "9133933030",
            "timezone": "CENTRAL TIME",
            "slug": "amc-studio-30-with-imax-and-dine-in-theatres",
            "facebookUrl": "https://www.facebook.com/AMCStudio28",
            "websiteUrl": "https://www.amctheatres.com/movie-theatres/amc-studio-30-with-imax-and-dine-in-theatres",
            "ticketable": "amc",
            "attributes": [
              {
                "name": "MacGuffins Bar and Lounge",
                "description": "Named after a term coined by famed filmmaker Alfred Hitchcock, MacGuffins is an inviting bar where guests can shake up their movie-going experience and order beer, wine, and cocktails. For the enjoyment of guests 21 and over only. Alcoholic beverages may be consumed at the bar or in the theatre auditorium."
              },
              {
                "name": "AMC independent",
                "description": "AMC independent is our renewed commitment to advancing independent film. Now, you can see more distinct and unconventional films at our theatres around the country. We’re bringing you more of what you want -- a diverse line-up of films that excite, encourage and engage. Over 20% of our theatres are committed to showing independent films throughout the year, including AMC-exclusive releases. We hope that you enjoy these new stories that we are bringing to the screen, and more importantly, to your local theatres."
              },
              {
                "name": "Sensory Friendly Films",
                "description": "In partnership with The Autism Society, we bring AMC Sensory Friendly Films to families affected by autism on a monthly basis to select communities. The program provides a special opportunity for families to enjoy their favorite films in a safe and accepting environment. The auditoriums dedicated to the program have their lights up, the sound turned down and audience members are invited to get up and dance, walk, shout or sing!"
              },
              {
                "name": "The Marketplace",
                "description": "Choose from an expanded menu of concessions including Coca-Cola Freestyle with over 100 drink choices. Also featuring chicken tender bites, loaded hot dogs, specialty smoothies and coffee drinks, gourmet popcorn and healthier options in a self-service concession stand that’s built like a convenience store."
              },
              {
                "name": "Fresh Hot Foods",
                "description": "An expanded menu of hot and fresh foods, featuring chicken tenders, pizza, mozzarella sticks, french fries and more."
              },
              {
                "name": "Digital Projection",
                "description": "This theatre features digital projection in all auditoriums."
              },
              {
                "name": "Stadium Seating",
                "description": "This theatre features stadium seating in all auditoriums."
              },
              {
                "name": "Reserved Seating",
                "description": "Reserved seating is available at this theatre. Select your seat in advance online, via mobile application, automated box office machine or at the theatre box office."
              },
              {
                "name": "Theatre Rentals",
                "description": "Theatre rentals are available at this theatre. Please email your contact information to [email protected] for information on pricing and availability."
              },
              {
                "name": "Assisted Listening Devices",
                "description": "This theatre offers assisted listening devices. Contact the guest services desk at the theatre for more information."
              },
              {
                "name": "Wheelchair Access",
                "description": "This theatre is wheelchair-accessible in all auditoriums."
              },
              {
                "name": "Distraction-Free Environment",
                "description": "We restrict children younger than 6 from attending R-Rated films after 6pm to improve the experience for everyone. To bring your children younger than 6 to R-Rated films, please visit us before 6pm."
              },
              {
                "name": "No Outside Food and Beverage",
                "description": "Please refrain from bringing outside food and beverage items into the theatre."
              },
              {
                "name": "Alcohol Carding Policy",
                "description": "Regardless of age, all guests purchasing or consuming alcohol within the theatre must show positive proof of age. Guests without a valid ID cannot purchase or consume alcohol per AMC policy."
              },
              {
                "name": "Age Policy for R-Rated Films",
                "description": "Under 17 requires accompanying parent or adult guardian (age 21 or older). Guests 25 years and under must show ID."
              },
              {
                "name": "In-Theatre Dining",
                "description": "Enjoy a meal with your movie! This theatre offers in-theatre dining options."
              },
              {
                "name": "Pricing Notice",
                "description": "Hover over a showtime for pricing information. AMC reserves the right to exercise special pricing options for unique in-theatre experiences."
              },
              {
                "name": "Refund Policy",
                "description": "No refunds after printed showtime."
              },
              {
                "name": "Military Pricing",
                "description": "Fri-Sun starting at 4pm. Present a valid Military ID at the box office."
              },
              {
                "name": "Special Engagements",
                "description": "Some types of passes may be restricted for Special Engagements or New Releases and thus subject to a surcharge. Be sure to read the back of your pass for more details."
              },
              {
                "code": "PRINTATHOME",
                "name": "Print At Home",
                "description": "Supports Print At Home Description"
              }
            ],
            "location": {
              "addressLine1": "12075 So Strang Line Road",
              "city": "OLATHE",
              "postalCode": "660625256",
              "state": "KS",
              "stateName": "KANSAS",
              "country": "United States",
              "latitude": 38.907736,
              "longitude": -94.767336,
              "directionsUrl": "http://bing.com/maps/default.aspx?v=2&lvl=9&style=r&mode=D&rtop=0~0~0~&cp=38.9077360000~-94.7673360000&rtp=adr.~pos.38.9077360000_-94.7673360000_AMC+Studio+30+with+IMAX+and+Dine-in+Theatres+12075+So+Strang+Line+Road+OLATHE+KS+660625256"
            },
            "media": {
              "theatreImageIcon": "https://cdn.amctheatres.com/theatres/images/StoreIcon/Thumb/335_studio-28-olathe_7E96.jpg",
              "theatreImageLarge": "https://cdn.amctheatres.com/theatres/images/Primary/Large/3294_new-menu-theatre-carousel_B0FD.jpg",
              "theatreImageStandard": "https://cdn.amctheatres.com/theatres/images/Primary/Standard/3294_new-menu-theatre-carousel_A57B.jpg",
              "theatreImageThumbnail": "https://cdn.amctheatres.com/theatres/images/Primary/Thumb/3294_new-menu-theatre-carousel_170E.jpg",
              "heroDesktopDynamic": "https://cdn.amctheatres.com/theatres/images/HeroDesktopDynamic/Dynamic/fallback-3.jpg",
              "heroMobileDynamic": "https://cdn.amctheatres.com/theatres/images/HeroMobileDynamic/Dynamic/fallback-3.jpg",
              "interiorDynamic": "https://cdn.amctheatres.com/theatres/images/InteriorDynamic/Dynamic/fallback-3.jpg",
              "exteriorDynamic": "https://cdn.amctheatres.com/theatres/images/ExteriorDynamic/Dynamic/fallback-3.jpg",
              "promotionDynamic": "https://cdn.amctheatres.com/theatres/images/PromotionDynamic/Dynamic/fallback-3.jpg"
            },
            "_links": {
              "self": {
                "href": "https://api.amctheatres.com/v2/theatres/610",
                "templated": false
              }
            }
          }
        }
      },
      {
        "rank": 0,
        "distance": 0.0,
        "_embedded": {
          "theatre": {
            "id": 38,
            "longName": "AMC Town Center 20",
            "name": "AMC Town Center 20",
            "showtimesPhoneNumber": "888-AMC-4FUN",
            "guestServicesPhoneNumber": "9134988696",
            "timezone": "CENTRAL TIME",
            "slug": "amc-town-center-20",
            "facebookUrl": "https://www.facebook.com/AMCTownCenter20",
            "websiteUrl": "https://www.amctheatres.com/movie-theatres/amc-town-center-20",
            "ticketable": "amc",
            "attributes": [
              {
                "name": "AMC independent",
                "description": "AMC independent is our renewed commitment to advancing independent film. Now, you can see more distinct and unconventional films at our theatres around the country. We’re bringing you more of what you want -- a diverse line-up of films that excite, encourage and engage. Over 20% of our theatres are committed to showing independent films throughout the year, including AMC-exclusive releases. We hope that you enjoy these new stories that we are bringing to the screen, and more importantly, to your local theatres."
              },
              {
                "name": "Fresh Hot Foods",
                "description": "An expanded menu of hot and fresh foods, featuring chicken tenders, pizza, mozzarella sticks, french fries and more."
              },
              {
                "name": "Digital Projection",
                "description": "This theatre features digital projection in all auditoriums."
              },
              {
                "name": "Stadium Seating",
                "description": "This theatre features stadium seating in all auditoriums."
              },
              {
                "name": "Theatre Rentals",
                "description": "Theatre rentals are available at this theatre. Please email your contact information to [email protected] for information on pricing and availability."
              },
              {
                "name": "Assisted Listening Devices",
                "description": "This theatre offers assisted listening devices. Contact the guest services desk at the theatre for more information."
              },
              {
                "name": "Wheelchair Access",
                "description": "This theatre is wheelchair-accessible in all auditoriums."
              },
              {
                "name": "Distraction-Free Environment",
                "description": "We restrict children younger than 6 from attending R-Rated films after 6pm to improve the experience for everyone. To bring your children younger than 6 to R-Rated films, please visit us before 6pm."
              },
              {
                "name": "No Outside Food and Beverage",
                "description": "Please refrain from bringing outside food and beverage items into the theatre."
              },
              {
                "name": "Age Policy for R-Rated Films",
                "description": "Under 17 requires accompanying parent or adult guardian (age 21 or older). Guests 25 years and under must show ID."
              },
              {
                "name": "Pricing Notice",
                "description": "Hover over a showtime for pricing information. AMC reserves the right to exercise special pricing options for unique in-theatre experiences."
              },
              {
                "name": "Refund Policy",
                "description": "No refunds after printed showtime."
              },
              {
                "name": "Military Pricing",
                "description": "Fri-Sun starting at 4pm. Present a valid Military ID at the box office."
              },
              {
                "name": "Special Engagements",
                "description": "Some types of passes may be restricted for Special Engagements or New Releases and thus subject to a surcharge. Be sure to read the back of your pass for more details."
              }
            ],
            "location": {
              "addressLine1": "11701 Nall Avenue",
              "city": "LEAWOOD",
              "postalCode": "662112025",
              "state": "KS",
              "stateName": "KANSAS",
              "country": "United States",
              "latitude": 38.915847,
              "longitude": -94.647789,
              "directionsUrl": "http://bing.com/maps/default.aspx?v=2&lvl=9&style=r&mode=D&rtop=0~0~0~&cp=38.9158470000~-94.6477890000&rtp=adr.~pos.38.9158470000_-94.6477890000_AMC+Town+Center+20+11701+Nall+Avenue+LEAWOOD+KS+662112025"
            },
            "media": {
              "theatreImageIcon": "https://cdn.amctheatres.com/theatres/images/StoreIcon/Thumb/335_studio-28-olathe_7E96.jpg",
              "theatreImageLarge": "https://cdn.amctheatres.com/theatres/images/Primary/Large/3294_new-menu-theatre-carousel_B0FD.jpg",
              "theatreImageStandard": "https://cdn.amctheatres.com/theatres/images/Primary/Standard/3294_new-menu-theatre-carousel_A57B.jpg",
              "theatreImageThumbnail": "https://cdn.amctheatres.com/theatres/images/Primary/Thumb/3294_new-menu-theatre-carousel_170E.jpg",
              "heroDesktopDynamic": "https://cdn.amctheatres.com/theatres/images/HeroDesktopDynamic/Dynamic/fallback-3.jpg",
              "heroMobileDynamic": "https://cdn.amctheatres.com/theatres/images/HeroMobileDynamic/Dynamic/fallback-3.jpg",
              "interiorDynamic": "https://cdn.amctheatres.com/theatres/images/InteriorDynamic/Dynamic/fallback-3.jpg",
              "exteriorDynamic": "https://cdn.amctheatres.com/theatres/images/ExteriorDynamic/Dynamic/fallback-3.jpg",
              "promotionDynamic": "https://cdn.amctheatres.com/theatres/images/PromotionDynamic/Dynamic/fallback-3.jpg"
            },
            "_links": {
              "self": {
                "href": "https://api.amctheatres.com/v2/theatres/38",
                "templated": false
              }
            }
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "https://api.amctheatres.com/v2/locations/states/kansas&pageNumber=1&pageSize=10",
      "templated": false
    }
  }
}
Get all locations matching town center 20
GET  v2/locations/theatres/town center 20

Response

{
  "pageSize": 10,
  "pageNumber": 1,
  "count": 1,
  "_embedded": {
    "locations": [
      {
        "rank": 0,
        "distance": 0,
        "_embedded": {
          "theatre": {
            "id": 38,
            "longName": "AMC Town Center 20",
            "name": "AMC Town Center 20",
            "guestServicesPhoneNumber": "913-498-8696",
            "utcOffset": "-05:00",
            "slug": "amc-town-center-20",
            "facebookUrl": "https://www.facebook.com/AMCTownCenter20",
            "websiteUrl": "https://www.amctheatres.com/movie-theatres/kansas-city/amc-town-center-20",
            "ticketable": "AMC",
            "attributes": [
              {
                "code": "amcindependent",
                "name": "AMC independent",
                "description": "AMC independent is our renewed commitment to advancing independent film. Now, you can see more distinct and unconventional films at our theatres around the country. We’re bringing you more of what you want -- a diverse line-up of films that excite, encourage and engage. Over 20% of our theatres are committed to showing independent films throughout the year, including AMC-exclusive releases. We hope that you enjoy these new stories that we are bringing to the screen, and more importantly, to your local theatres."
              },
              {
                "code": "digitalprojection",
                "name": "Digital Projection",
                "description": "This theatre features digital projection in all auditoriums."
              },
              {
                "code": "stadiumseating",
                "name": "Stadium Seating",
                "description": "This theatre features stadium seating in all auditoriums."
              },
              {
                "code": "theatrerentals",
                "name": "Theatre Rentals",
                "description": "Theatre rentals are available at this theatre. Please email your contact information to [email protected] for information on pricing and availability."
              },
              {
                "code": "assistedlisteningdevices",
                "name": "Assisted Listening Devices",
                "description": "This theatre offers assisted listening devices. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "distractionfreeenvironment",
                "name": "Distraction-Free Environment",
                "description": "We restrict children younger than 6 from attending R-Rated films after 6pm to improve the experience for everyone. To bring your children younger than 6 to R-Rated films, please visit us before 6pm."
              },
              {
                "code": "nooutsidefoodandbeverage",
                "name": "No Outside Food and Beverage",
                "description": "Please refrain from bringing outside food and beverage items into the theatre."
              },
              {
                "code": "agepolicyforrratedfilms",
                "name": "Age Policy for R-Rated Films",
                "description": "Under 17 requires accompanying parent or adult guardian (age 21 or older). Guests 25 years and under must show ID.\nWe restrict children younger than 6 from attending R-Rated films after 6pm to improve the experience for everyone. To bring your children younger than 6 to R-Rated films, please visit us before 6pm."
              },
              {
                "code": "pricingnotice",
                "name": "Pricing Notice",
                "description": "Hover over a showtime for pricing information. AMC reserves the right to exercise special pricing options for unique in-theatre experiences."
              },
              {
                "code": "refundpolicy",
                "name": "Refund Policy",
                "description": "No refunds after printed showtime."
              },
              {
                "code": "specialengagements",
                "name": "Special Engagements",
                "description": "Some types of passes may be restricted for Special Engagements or New Releases and thus subject to a surcharge. Be sure to read the back of your pass for more details."
              },
              {
                "code": "printathome",
                "name": "Mobile Ticketing",
                "description": "Skip the box office and go straight to the ticket drop with our mobile ticketing solution when buying tickets online."
              },
              {
                "code": "reservedseating",
                "name": "Reserved Seating",
                "description": "Reserved seating is available at this theatre. Select your seat in advance online, via mobile application, automated box office machine or at the theatre box office."
              },
              {
                "code": "macguffins",
                "name": "MacGuffins Bar and Lounge",
                "description": "Named after a term coined by famed filmmaker Alfred Hitchcock, MacGuffins is an inviting bar where guests can shake up their movie-going experience and order beer, wine, and cocktails. For the enjoyment of guests 21 and over only. Alcoholic beverages may be consumed at the bar or in the theatre auditorium."
              },
              {
                "code": "hundredplusdrinkchoices",
                "name": "100+ Drink Choices",
                "description": "Whether you’re craving a Sprite® Peach, Hi-C® Raspberry Lime or a Dasani® Lemon we’ve got you covered with Coca-Cola Freestyle."
              },
              {
                "code": "closedcaption",
                "name": "Closed Caption",
                "description": "Closed captioning devices available at this theatre.  Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "descriptivevideo",
                "name": "Audio Description",
                "description": "Audio Description devices available at this theatre. Contact the guest services desk at the theatre for more information."
              },
              {
                "code": "wheelchairaccess",
                "name": "Wheelchair Access",
                "description": "This theatre is wheelchair-accessible in all auditoriums."
              },
              {
                "code": "plushrecliners",
                "name": "Plush Recliners",
                "description": "Get comfortable with plush recliners."
              },
              {
                "code": "seniorpricing",
                "name": "Senior Pricing",
                "description": "If you're 60 or over, save on your movie ticket any day, starting at 12pm. Just show a valid ID at the box office."
              },
              {
                "code": "militarypricingafter4pm",
                "name": "Military Pricing",
                "description": "Every day starting at 4pm.  Present a valid Military ID at the box office."
              },
              {
                "code": "studentpricing",
                "name": "Student Pricing",
                "description": "Every day, starting at 4pm, show your valid student ID at the box office and save on your ticket."
              },
              {
                "code": "dolbycinemaatamcprime",
                "name": "Dolby Cinema at AMC Prime",
                "description": "Dolby Cinema at AMC Prime combines the most powerful image and sound technologies with cutting-edge, reserved recliners to transform each show into a completely captivating cinematic event."
              },
              {
                "code": "reclinerseating",
                "name": "Recliner Seating",
                "description": "This auditorium has recliner seats."
              },
              {
                "code": "reald3d",
                "name": "RealD 3D",
                "description": "Forget the days of red-and-green glasses and eyestrain - feast your eyes on the mind-blowing RealD 3D experience at AMC. Using a new digital approach, you can watch movies like they’ve never been seen before with amazing depth and clarity without sacrificing comfort. Experience your favorite films in a new dimension at AMC"
              },
              {
                "code": "imax",
                "name": "IMAX",
                "description": "Images of immense size and striking clarity surround you. Deep, sharp sound lets you feel every vibration. Towering screens immerse you in fantastic and exciting worlds. Specifically designed theatres take you on a journey every time you sit down. Technologically advanced and visually stunning, IMAX delivers the world's most powerful moviegoing experience."
              }
            ],
            "location": {
              "addressLine1": "11701 Nall Avenue",
              "city": "LEAWOOD",
              "cityUrlSuffixText": "leawood",
              "postalCode": "66211-2025",
              "state": "KS",
              "stateName": "KANSAS",
              "stateUrlSuffixText": "kansas",
              "country": "United States",
              "latitude": 38.915971,
              "longitude": -94.648142,
              "directionsUrl": "http://bing.com/maps/default.aspx?v=2&lvl=9&style=r&mode=D&rtop=0~0~0~&cp=38.9159710000~-94.6481420000&rtp=adr.~pos.38.9159710000_-94.6481420000_AMC+Town+Center+20+11701+Nall+Avenue+LEAWOOD+KS+66211-2025",
              "marketName": "Kansas City",
              "marketUrlSuffixText": "kansas-city"
            },
            "media": {
              "theatreImageIcon": "https://cdn.amctheatres.com/theatres/images/StoreIcon/Thumb/335_studio-28-olathe_7E96.jpg",
              "theatreImageLarge": "https://cdn.amctheatres.com/theatres/images/Primary/Large/3294_new-menu-theatre-carousel_B0FD.jpg",
              "theatreImageStandard": "https://cdn.amctheatres.com/theatres/images/Primary/Standard/3294_new-menu-theatre-carousel_A57B.jpg",
              "theatreImageThumbnail": "https://cdn.amctheatres.com/theatres/images/Primary/Thumb/3294_new-menu-theatre-carousel_170E.jpg",
              "heroDesktopDynamic": "https://cdn.amctheatres.com/theatres/images/HeroDesktopDynamic/Dynamic/fallback-3.jpg",
              "heroMobileDynamic": "https://cdn.amctheatres.com/theatres/images/HeroMobileDynamic/Dynamic/fallback-3.jpg",
              "interiorDynamic": "https://cdn.amctheatres.com/theatres/images/InteriorDynamic/Dynamic/fallback-3.jpg",
              "exteriorDynamic": "https://cdn.amctheatres.com/theatres/images/ExteriorDynamic/Dynamic/fallback-3.jpg",
              "promotionDynamic": "https://cdn.amctheatres.com/theatres/images/PromotionDynamic/Dynamic/fallback-3.jpg"
            },
            "_links": {
              "self": {
                "href": "https://api.amctheatres.com/v2/theatres/38",
                "templated": false
              },
              "https://api.amctheatres.com/rels/v2/media": {
                "href": "https://api.amctheatres.com/v2/media/theatres/38/{media-type}",
                "templated": true
              }
            },
            "redemptionMethods": [
              "Credit Card Swipe",
              "AMC Gift Card Swipe",
              "AMC Stubs Card Swipe",
              "Confirmation Code",
              "QR Code"
            ],
            "westWorldMediaNumber": 4176,
            "loyaltyVersionId": 3,
            "onlineConcessions": true,
            "deliveryToSeat": true,
            "concessionsDeliveryOptions": [
              "DELIVERYTOSEAT"
            ],
            "convenienceFeeTaxPercent": 8.85,
            "convenienceFeeTaxFlatAmount": 0,
            "brand": "Classic"
          }
        },
        "_links": {
          "self": {
            "href": "https://api.amctheatres.com/v2/locations?latitude=38.915971&longitude=-94.648142",
            "templated": false
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "https://api.amctheatres.com/v2/locations/theatres/amc town center 20?page-number=1&page-size=10",
      "templated": false
    }
  }
}