LogoLogo
  • πŸ‘‹πŸ½ Welcome
  • 🀯Upping Your ColorStack Game
  • πŸ’‘About ColorStack
  • Career Development
    • πŸŽ–οΈSponsor Jobs & Events
    • 🏒Career Center
      • πŸ’ƒCatalina's Corner
        • πŸ“ƒResumes
          • πŸ’¬Templates
          • βœ…Do's and Don't's
          • 1️⃣Sections and Orders
          • ⚫Bulletpoints
        • ❓Interviews
          • ⭐STAR Method
          • 😱Parts of an Interview
          • ❔Questions to Prepare For
          • ❔Questions to Ask
        • πŸ€‘Negotiation
        • πŸ’ΌCorporate Communication
        • ⏳Mindset and Time Management
      • ⏱️2023 Roles & Opportunities
      • 🀟DEI in the Workplace
        • 🌎Finding an Inclusive Employer
        • πŸšͺAddressing Microaggressions
      • ✍️How to Speak to Recruiters
        • πŸ‘‹Application Withdrawal
        • πŸ€‘Asking About First Paycheck
        • ↩️Circling Back with Recruiter
        • πŸ™‹β€β™€οΈKeeping in Touch with Recruiter
        • πŸ–‡οΈLinkedIn Outreach
        • πŸ“…Offer Decision Deadline Extension
        • πŸ“§Offer Negotiation
        • 🚫Reject Offer
        • βœ‚οΈResignation Letter
        • ❎Responding to Rejection
        • ⏭️Request to Expedite Process
        • πŸ‚Request to Reschedule Internship
        • πŸ™Thank You Note
      • 🏘️Internship Housing
    • 🧰Personal Project Help
      • πŸ‘©β€πŸ’»Github Student Developer Pack
      • πŸ—οΈ4 Computer Science Projects To Hone Your Skills
      • πŸ”—Cool and Interesting API's
  • Community
    • 🀩Chapters of ColorStack
    • πŸ’»All Things Slack
      • πŸ“’Slack Community Guidelines
      • πŸ™ŒSlack Channels
    • πŸ’―Code of Conduct
      • 🀍English
      • 🀍EspaΓ±ol
    • πŸŽ₯Event Recordings
      • πŸŒ„Spring Stacked Up Summit '24
      • πŸ—»Fall Stacked Up Summit '23
      • πŸŒ„Spring Stacked Up Summit'23 Recordings
      • πŸ”οΈStacked Up Summit '22 Recordings
      • πŸ«‚Fam Friday
    • ❀️Supporting Your Identities
      • πŸ‡ΊπŸ‡ΈDreamers + DACA
      • πŸ³οΈβ€πŸŒˆLGBTQIA+
      • πŸ₯First Generation
      • β™ΏDifferently Abled
    • πŸ›οΈFamily Fund
      • 😎Onboarding Swag
      • βœ”οΈCode Signal
      • πŸ› οΈAlgoExpert
      • πŸ–ŠοΈInterview Pen
  • Academic Support
    • ✏️Class Resources
      • Core Classes
        • Data Science
        • Data Structures and Algorithms
        • Database Systems
        • Intro to Computer Science
        • Embedded Systems
        • Math for CS Students
        • Software Engineering
        • Systems Programming
        • Theoretical CS
        • Web Programming
      • Advanced Classes
        • Blockchain Development
        • Computational Biology
        • Computational Finance
        • Computer Networks
        • Computer Graphics
        • Computer Organization and Architecture
        • Image Processing and Computer Vision
        • Machine Learning
        • Quantum Computing
        • Real Time System Evaluation
        • Robotics
        • Security
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Career Development
  2. Personal Project Help

Cool and Interesting API's

Previous4 Computer Science Projects To Hone Your SkillsNextChapters of ColorStack

Last updated 2 years ago

Was this helpful?

If you aren’t aware of APIs, API stands for application programming interface. It is a way for two or more pieces of software to communicate. Here's a list of cool and interesting API's to help you make a meaningful and impactful project:

  1. This is something you could add to your personal website, for instance. The Bored API ensures that a user is never bored. When requested, it responds with a random activity for the user to do. You can even customize the type and the number of participants!

  2. This is an API that makes accessible all the Pokemon data in one place. It serves over 250,000,000 API calls each month! You can send a request with a Pokemon name, and it’ll send back a JSON response with all their information.

  3. Now, these are a bunch of super amazing APIs with tons of use cases. The objective is to make NASA data, including imagery, eminently accessible to application developers. There is an API called Astronomy Picture of the Day that returns a new picture from space each day, an API to get the weather on Mars, and an API just for Mars Rover photos.

  4. This is the internet’s most extensive collection of open-source dog pictures. You fetch random dog images, get a list of all breeds, fetch random photos of a particular species, see all sub-breeds of a species, and even submit pictures of your own dog!

  5. Based on simple REST principles, the Spotify Web API endpoints return JSON metadata about music artists, albums, and tracks, directly from the Spotify Data Catalogue.

  6. This API provides the weather data for over 200,000 cities. You can also use the API to access historical weather data for your application β€” for example, performing some analysis or prediction.

  7. The Marvel Comics API allows developers everywhere to access information about Marvel’s vast library of comics β€” from what’s coming up to 70 years ago. For this API, however, you will need to generate a key. You can look for anything here, such as characters, stories, creators of specific series, etc.

  8. Supported by Digital Ocean, among others, this API has served over 750 million requests. It provides access to data on COVID19 through an easy API for free. One can build dashboards and mobile apps or integrate into other applications using this. The data is sourced from .

🧰
πŸ”—
Bored API
Pokemon API
NASA Open APIs
Dog API
Spotify API
Open Weather API
Marvel API
COVID19 API
Johns Hopkins CSSE