# File lib/twitter/api.rb, line 2201
    def trend_locations(options={})
      collection_from_response(Twitter::Place, :get, "/1/trends/available.json", options)
    end