Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Introduction to REST APIs Getting the REST You Need Next Steps

How do you suggest using Postman to play around with Twitter and Google APIs?

I'd like to go through a practical application of what Intro to REST APIs teaches about the construct and basic functionality of querying APIs. Any resources you recommend. Or is that taught in the recommended courses like "Build a weather app"?

1 Answer

David Lin
David Lin
35,864 Points

Check out these documentation resources for Twitter and Google APIs:

Twitter APIs

Google APIs

You test all of them with Postman, or use them to build an app to, such as the weather one you mentioned.

Check the REST APIs Next Steps teacher's notes for a list of more courses.