i'm using a recyclerview and pulling data API. is there a way to get the URL of the API to be dynamic based on which item in the recyclerview is clicked. for example, the API has an ID for each item in the array with a total of 10 items. meaning there are 10 items in the recyclerview. i want it so that the URL of the API changes based on which item in the recyclerview is clicked. that way each item will show a different part of the API. let me know if you have any specific questions.