InfoQ

News

APIFinder - Your Guide to APIs

Posted by Robert Bazinet on Apr 18, 2008 02:49 PM

Community
.NET,
Ruby,
Java
Topics
.NET Framework ,
Web 2.0
Tags
Visual Basic.NET ,
C# ,
C++ ,
VB 6 ,
Java SE

Developers today are constantly creating applications that consume services of other web sites.  Consuming these services requires figuring out and understanding the sometimes complex Application Programming Interfaces (APIs). 

Enter APIFinder, a web site dedicated to bringing together various APIs from across the Internet.

What is APIFinder? APIFinder is a growing index of various application programming interfaces (APIs). An API provides a set of instructions that you can use to make new software interoperate with existing applications. This site is also a place to share ideas and advice on how to use APIs in your programming. This site grows in part through community contribution so please submit your favorite APIs as well as articles and API-related projects today!

The web site consists of both and API Index:

You can browse our API index by its "function" (i.e. what it does, for example "search") or by the languages that it supports. Because of the popularity these days of Web 2.0-style APIs—free Web service-based APIs that allows you to pull a service into your application over the Web using XML—you'll find the largest number of APIs today listed under Web services. But we can include a listing for any kind of API, including Visual Basic, Java, Windows, Apple, and more. You can browse the API index for these types of APIs using the "language" categories, which on this site is used loosely to describe the platform or environment an API is suited for.

And articles related to API's:

While the API index itself is a great resource, we also want to provide support to help you succeed in using APIs. For that reason the site also includes articles. An article can be documentation, reviews, mashups, examples, or even an interview or opinion. Anything that will help another developer get ideas about how to implement an API or will give them more context about a given API. An article doesn't need to be long. A few paragraphs and maybe a screen shot or some code may be just enough to help someone else get their own code flowing.

Each article is semantically related to the API(s)s that it is about. So you can see whether we have any articles about a given API just by going to the API's page on the site.

APIFinder provides developers with the ability to search for APIs specifications, articles and reviews.  They also provides category breakdowns by both Function and Language/Operating System.  Function categories include:

The APIs can also be found by the platform or language being developed on, including:

The web site does a nice job of publishing the latest APIs on the front of their web site along with the latest articles written for the APIs.  Also maintained is an RSS feed for the most recently added APIs and an RSS feed for recent APIs, articles and reviews.

APIFinder is also community driven so developers can submit their own APIs or ones they come across not yet on the site.  The site is a great reference for just about any current API on the web today including those from Google, Amazon, Microsoft, Yahoo, Twitter and so many others.  For more information please see visit the APIFinder web site.

Also look at gotApi.com by Roshan Shrestha Posted Apr 21, 2008 10:09 AM
gotapi.com by Jason Warner Posted Apr 22, 2008 12:06 AM
  1. Back to top

    Also look at gotApi.com

    Apr 21, 2008 10:09 AM by Roshan Shrestha

    I prefer http://gotApi.com, which seems to be easier to user.

  2. Back to top

    gotapi.com

    Apr 22, 2008 12:06 AM by Jason Warner

    gotapi.com is MUCH better and easier to use.

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.