DEV Community

Shafiq Mustapa
Shafiq Mustapa

Posted on

Public API's

Yesterday from my Telegram Channel, there is a website that list all public api. I'm a sucker for API. Try to make at least one app (on Android) from the lists. One that caught my attention is Advice Slip (http://api.adviceslip.com/)

It return simple json.

{
slip: {
advice: "You can fail at what you don't want. So you might as well take a chance on doing what you love.",
slip_id: "184"
}
}

I want to use unsplash api (https://unsplash.com) as background and the text on top of image will be the advice from Advice Slip.

So here is the site : https://public-apis.xyz/ for you developer out there to make some MVP. Happy coding.

Top comments (2)

Collapse
 
mddanishyusuf profile image
Mohd Danish •

Thanks, Shafiq for sharing this website. When you finished building your app then you can add there.

Collapse
 
sicksand profile image
Shafiq Mustapa •

Hi Danish,
I have completed the app on Feb 4th. Here is the dev.to post about it dev.to/sicksand/advice---android-a...