I have a mobile app and I want to build a dynamic profile page that loads based on userID in the url. I hooked up my API to pull user data (screen name, profile pic, images, etc.) from my app database.
So when a user visits www.website.com/profile/userID
Then it will load the profile page with all the data from UserID1 like how you visit https://twitter.com/justinbieber
I hooked into an API I named “Get Profile” that is able to retrieve the user data sources from an external database.