• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » API Basics in Plain English

By Abhishek Ghosh June 5, 2013 1:12 pm Updated on June 5, 2013

API Basics in Plain English

Advertisement

API Basics explains what we do with this API and why and how really you can use your own API. It is really not that difficult than it sounds to be. We wrote about API or Application programming interface in details in an article, how to test your Cloud Based App RESTful API, you have heard of WordPress API, this API, that API; but basically you never understood what this API is. If your understanding with API is like this situation, this light article on API Basics will definitely help you. This article API Basics not only explains but provides easy examples to build something of your own.

 

API Basics

 

API is a specification for a particular application that returns a set of functions for a specific task to interact with a specific software component. Sounds difficult ? Look, API can be very simple or very very complex. An API call might require privileged access (that means you will need some key to read it) or can be generally, publicly accessible. Quickly read this relatively unrelated guide – Find Your Facebook Fan Page ID and Facebook Profile ID Easily. You have heard that Facebook has API. Now, you want to know the number of Likes this website’s Facebook page. Well, you can do it by directly going to the real webpage on Facebook via browser. But just to know the number, what is the need of loading a whole webpage ?

Facebook describes here how to use such way :

Advertisement

---

 

Vim
1
https://developers.facebook.com/docs/reference/api/selecting-results/

 

Practical example for the above situation to know our Facebook Page’s Fan number is to go to this URL :

 
API Basics in Plain English
 

http://graph.facebook.com/thecustomizewindows
 

Depending upon your Operating System, you will get it on browser result of array of data or you will prompted to save, save as text file. This is not meant to be directly read by you or me, it is intended for the programs which can easily get the data. If you are using OS X or Linux, you can open your Terminal App and also fetch the data in this way :

 

Vim
1
curl http://graph.facebook.com/thecustomizewindows

 

This returns this result :

 

So, without using browser we actually can know many data of our Facebook page. What is the use ? The use is for example to show it on Widgets or kind of such things. We need to use some programming language for that part. For example, Twitter follow button with follower number, the scripted thing will be :

 

  That will return this : Follow @AbhishekCTRL
These are kind of very simple examples. I have made that data-show-count=”false” to data-show-count=”true” ; that is why I am getting that number beside. The API call is within the Javascript in this case.

 

API Basics : Create a Simple Own API

 

This is a very basic example set :

 

 

This is intended for PHP, but can be modified and used in Ruby. In fact, the Syntax highlighting is with Ruby as there is no PHP opening tag. So, first you need to know some programming language, otherwise how you will write your own logics ? If you know the language, its simple like the above, you just need to keep it open, and provide a browser accessible output url. From $this -> $txt or from $that -> $json.

We should stop here in this guide because this is just the API Basics.

Abhishek-GhoshTagged With API Basics , basics of api , API description in plain english
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to API Basics in Plain English

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • OpenShift OctoPress Auto install Script

    OpenShift OctoPress Auto install Script is an Advanced Script to Run OctoPress on Free OpenShift PaaS Practically Without Any Knowing Ruby or Git.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy