Domains & Types » Internet » API
Type History
Also known as
  • Add other possible names for this topic
An application programming interface (API) is a source code interface that a computer system or program library provides in order to support requests for services to be made of it by a computer program. more

No filters have been created. Enter search terms in the text boxes above each column to filter the topic list. Select properties to add columns and create additional filters.

   
close name close image close type close protocols close site close article
mjt   Programming Language   Freebase
Mjt is an HTML templating engine that runs entirely in a web browser.  It was built for the Freebase service, but it can be used for many other web services. It is distributed as open source.For more information see mjtemplate.org.
Topic Mjtemplate.org
API
Yahoo! Mail Web Services   API SOAP Yahoo! Mail  
Topic JSON-RPC
MQL   API   Freebase
MQL is an abbreviation for Metaweb Query Language. MQL, usually pronounced “mickle,” is the programmatic interface to Freebase, or the API. That is, it’s the way applications—including those you may write--get information into and back out of the data store at the heart of Freebase. The current implementation (MQL-J) uses JSON (JavaScript Object Notation) syntax, making it ideal for JavaScript and python based clients. A future version of MQL (MQL-X) will support XML syntax. You’re...
Topic
Freebase documentation tag
Digg API Digg API Logo API HTTP Digg
The Digg Application Programming Interface (API) has been created to let users and partners interact programmatically with Digg. The API returns Digg data in a form that can be easily integrated into an application or a web site. While the API is available to everyone free of charge, its use is subject to acceptance of our API License Agreement. We intend to make most of the data on Digg.com available through the API. Currently, you can use the API to request very specific information about...
Topic
Developers.facebook.com   API   Facebook  
Topic
Audioscrobbler   API   Last.fm  
Topic Jamendo
Software
FeedBurner Awareness API   API   FeedBurner  
Topic
FeedFlare API   API   FeedBurner  
Topic
Http://api.revver.com   API      
Topic
Revver API   API   Revver
The Revver API provides web developers and site owners an easy way to access the Revver system and complete Revver library. All Revver users have the ability to distribute and syndicate Revver videos using an advanced set of features that allows you to create a dynamically driven video portal site and earn additional ad revenue for each ad click. The Revver syndication model rewards you for any traffic you generate to videos -- this API was designed with you in mind -- helping you capitalize on...
Topic
Http://www.ukp.tu-darmstadt.de/software/WikipediaAPI   API   Wikipedia  
Topic
Java XML   Topic    
The Java programming language XML APIs from Sun Microsystems consist of the following separate programming APIs: Only the Java API for XML Processing is a required API in Enterprise Java Beans Specification 1.3. A number of different software packages implement these APIs including: XML
API
Http://feed.waacoo.com   API   挖酷网  
Topic
Http://www.multimap.com/share/documentation/api/1.2/   API   Multimap.com  
Topic
RSS   Topic   Assemblix.net
RSS is a family of Web feed formats used to publish frequently updated content such as blog entries, news headlines, and podcasts in a standardized format. An RSS document (which is called a "feed" or "web feed" or "channel") contains either a summary of content from an associated web site or the full text. RSS makes it possible for people to keep up with web sites in an automated manner that can be piped into special programs or filtered displays. The benefit of RSS is the aggregation of...
Data Format Assemblix-wiki
Website Category LiveJournal
File Format
Internet Protocol
more
Atom   Topic   Assemblix.net
The name Atom applies to a pair of related standards. The Atom Syndication Format is an XML language used for web feed, while the Atom Publishing Protocol (short AtomPub or APP) is a simple HTTP-based protocol for creating and updating web resources. Web feeds allow software programs to check for updates published on a web site. To provide a web feed, a site owner may use specialized software (such as a content management system) that publishes a list (or "feed") of recent articles or content...
Data Format Assemblix-wiki
File Format
Internet Protocol
API
more
Imageshack XML API   API   ImageShack  
Topic
Hi5 API   API SOAP  
The Hi5 API provides basic access to Hi5 information via standard protocols like Atom and FOAF.  Registered applications can also update and insert information for a user.
Topic JSON
Atom
Cocoa A Cocoa application being developed using Xcode. Interface Builder windows are also visible Topic    
Cocoa is Apple Inc's native object-oriented application programming environment for the Mac OS X operating system. It is one of five major API available for Mac OS X; the others are Carbon, Toolbox (for the obsolete Classic environment), POSIX (for the BSD environment), and Java. (Environments such as Perl and Ruby are considered minor environments because they are not generally used for full-fledged application programming.) Cocoa applications are typically developed using the development...
Software Framework
API
Amazon.com Screenshot of Amazon.com home page Topic    
Amazon.com, Inc. is an American electronic commerce, e-commerce, company in Seattle, Washington. Amazon was one of the first major companies to sell goods by Internet, and was an iconic "stock in which to invest" of the late 1990s dot-com bubble. After the collapse, the public became skeptical about Amazon's business model, yet, it turned an annual profit in 2003. Jeff Bezos founded Amazon.com, Inc. in 1994, and launched it on-line in 1995. Amazon.com started as an on-line bookstore, but...
Company
Employer
Popular Website
Venture Funded Company
more
Google Maps API   Software   http://code.google.com/apis/maps/
The Google Maps API allows developers to embed dynamic, draggable maps in their web applications.  It's free for sites that are freely available to the public, and there's an enterprise version for private sites.
Topic
Person
API
Google Web API   Topic SOAP  
The Google Web API (or Google Web Services) is Google's public interface for registered developers. Using Simple Object Access Protocol (SOAP), a programmer can write services for search and data mining that rely on Google's results. Also, websurfers can view cached pages and make suggestions for better spelling. Web API
API
Windows API   Topic    
The Windows API, informally WinAPI, is Microsoft's core set of application programming interface (APIs) available in the Microsoft Windows operating systems. All Windows programs must interact with the Windows API regardless of the language. Lower level access to a Windows system, mostly required for device driver, is provided by the Windows Driver Foundation or Native API in current versions of Windows. A software development kit (SDK) is available for Windows, which provides documentation...
API
Glide API NFS 2 SE with no glide Topic    
Glide was a proprietary 3D graphics API developed by 3dfx used on their Voodoo graphics card. It was dedicated to gaming performance, supporting geometry and texture mapping primarily, in data formats identical to those used internally in their cards. The Voodoo cards were the first to offer performance to really make 3D games work well, and Glide became fairly widely used as a result. The introduction of Direct3D and full OpenGL implementations from other vendors eventually doomed Glide, and...
API
OpenGL Topic    
OpenGL (Open Graphics Library) is a standard specification defining a cross-language cross-platform API for writing applications that produce 2D and 3D computer graphics. The interface consists of over 250 different function calls which can be used to draw complex three-dimensional scenes from simple primitives. OpenGL was developed by Silicon Graphics Inc. (SGI) in 1992 and is widely used in CAD, virtual reality, scientific visualization, information visualization, and flight simulation. It is...
API
Ripple   API Extensible Messaging and Presence Protocol Ripple monetary system  
Topic
Java Persistence API   Topic    
The Java Persistence API, sometimes referred to as JPA, is a Java programming language framework that allows developers to manage relational data in Java Platform, Standard Edition and Java Platform, Enterprise Edition applications. The Java Persistence API originated as part of the work of the JSR 220 Expert Group. Persistence consists of three areas: A persistence entity is a lightweight Java class that typically represents a table in a relational database. Entity instances correspond to...
Software Genre
API
Software
Book Subject
http://developer.whitepages.com/   API   WhitePages.com  
Topic
SPARQL   Topic   The Entity Describer
SPARQL (pronounced "sparkle" ) is an RDF query language; its name is a recursive acronym that stands for SPARQL Protocol and RDF Query Language. It is standardized by the RDF Data Access Working Group (DAWG) of the World Wide Web Consortium. Initially released as a Candidate Recommendation in April 2006, but returned to Working Draft status in October 2006, due to two open issues. In June 2007, SPARQL advanced to Candidate Recommendation once again. On 12th November 2007 the status of SPARQL...
File Format
Internet Protocol
Protocol
API
Java Message Service   Topic    
The Java Message Service (JMS) API is a Java Message Oriented Middleware (MOM) API for sending messages between two or more clients. JMS is a part of the Java Platform, Enterprise Edition, and is defined by a specification developed under the Java Community Process as JSR 914. Messaging is a form of ''loosely coupled'' distributed communication, where in this context the term 'communication' can be understood as an exchange of messages between software components. Message-oriented technologies...
API