# Pastebin CsrmiIdi mayhem:~/metabrainz/listenbrainz-server/listenbrainz/webserver/views->grep route api.py @api_bp.route("/submit-listens", methods=["POST", "OPTIONS"]) @api_bp.route("/user//listens") @api_bp.route('/user//feed/listens', methods=['OPTIONS', 'GET']) @api_bp.route("/user//listen-count") @api_bp.route("/user//playing-now") @api_bp.route("/users//recent-listens") @api_bp.route('/latest-import', methods=['GET', 'POST', 'OPTIONS']) @api_bp.route('/validate-token', methods=['GET']) @api_bp.route('/delete-listen', methods=['POST', 'OPTIONS'])