Optical Character Recognition (OCR) has many uses in the world today. Especially as we continue transitioning our communications from paper …
How to use the Call of Duty API with Python
Call of Duty is a first-person shooter video game franchise. Hundreds of millions of people have spent billions of hours playing the games. …
How to use the Google News API with Python
Google News is a service that we can use to take a pulse of a popular topic. Currently, there is a presidential election happening in the …
Top 7 Best API Collaboration Tools
API Collaboration Tools - What are they? API (Application Programming Interface) collaboration tools allow you to develop and test APIs. …
How to Collaborate, Share, & Test Internal APIs
RapidAPI Teams for sharing APIs APIs are being used across many organizations today. They can be applied to separate data sources and the …
How to Verify SMS with the TeleSign API
When you get a new registration on your site you want to make sure it's a real person. That's the reason Captchas were invented, as well as …
How to use a Proxy API with Javascript
How to use a Proxy API with JavaScript One of the benefits to site owners for having an API is the reduction of bandwidth used by scripts. …
How to use the Instagram API with Python
Instagram is a great way to share images and short videos with your friends. But it is designed for use on a phone. How can we capture …
How to Create a REST API using MongoDB
How to create a REST API using MongoDB In this article, we will create a MongoDB REST API. The data stored in the database will be …
How to Integrate External API in a WordPress Page
How to Integrate an External API in a WordPress Page In a previous post, we walked through an example of calling an external API from …
Top 7 Best PHP API Frameworks for REST APIs
There are many PHP Frameworks, but not all are easy to learn. Also, not all PHP Frameworks enable easy REST API development. In this …
How to Perform Sentiment Analysis on Twitter Feeds
How can we use a sentiment analysis API to analyze twitter feeds? Politicians, CEOs, and other famous people use Twitter to share whatever …
How to Call an API from WordPress (in a Plugin) [Example]
How to Integrate an External API in WordPress How do you call an API from WordPress? A great way to do that is by using a Plugin (or …