How to include & ampersand in a search

How to include & ampersand in a search

How do I escape the & to do an exact search on this text string in the workdrive find folder api?
  1. name = "Aerial Bound Tumble & Cheer";
  2. url_url= "https://www.zohoapis.com/workdrive/api/v1/teams/" + team_id + "/records?search%5Bname%5D=" + name + "&filter%5BparentId%5D=" + teamfolder_id;