API stands for Application Programming Interface. A program's API defines the proper way for a developer to request services from that program.
133
votes
6answers
17k views
Best practices for API versioning?
Are there any known howtos or best practices for web service REST API versioning?
I have noticed that AWS does versioning by the URL of the endpoint. Is this the best way?
109
votes
20answers
66k views
Best Weather APIs? [closed]
What weather services have APIs? Out of the handful or so, which ones are easiest to tie into? Do they use "raw" HTTP requests or web services? Are there wrapper APIs for Python, .NET, Java, etc. ...
74
votes
12answers
37k views
Does IMDB provide an API?
I recently found a movie organizer application which fetches its data from the IMDB database.
Does IMDB provide an API for this, or any third party APIs available?
71
votes
15answers
4k views
Creating Great API Documentation: Tools and Techniques [closed]
I'm tasked with creating a web service that will be used by several different developers using different platforms, working for different companies, and having greatly varying skill levels. As such, ...
70
votes
11answers
30k views
Where can I download the jQuery API documentation?
Since I pound API docs pretty hard when I'm coding, I like to have them on my local disk. jQuery.com lists a lot of sources for browsing the API documentation online, but I haven't found anywhere I ...
62
votes
13answers
76k views
Google Maps API v3: How to remove all markers?
In Google Maps API v2, if I wanted to remove all the map markers, I could simply do:
map.clearOverlays();
How do I do this in Google Maps API v3?
Looking at the Reference API, it's unclear to me.
53
votes
12answers
25k views
New Facebook app - FBML or iFrame? [closed]
We're starting a new facebook app (incidentally in Rails), and are faced with the decision to use FBML or to use IFrames. It seems like in the past the consensus generally was that FBML was the better ...
50
votes
7answers
2k views
A definite guide to API-breaking changes in .NET
I would like to gather as much information as possible regarding API versioning in .NET/CLR, and specifically how API changes do or do not break client applications. First, let's define some terms:
...
50
votes
15answers
74k views
How can you use optional parameters in C#?
We're building a web API that's programmatically generated from a C# class (the class has method "GetFooBar(int a, int b)" and the API has a method GetFooBar taking query params like ...
48
votes
2answers
4k views
How is oauth 2 different from oauth 1
In very simple terms, can someone tell what's the difference between oauth 2 and oauth 1.
Is oauth 1 obsolete now and I should be implementing oauth 2? I don't see many implementations of oauth 2. ...
48
votes
15answers
4k views
What is the gold standard for website APIs? Twitter, Flickr, Facebook, etc
Seems like there are two categories of APIs for websites today.
APIs which allow the functionality of the site to be extended like Facebook, Myspace, etc. These APIs seem to be very diverse.
APIs ...
47
votes
7answers
15k views
Android: restful API service
I'm looking to make a service which I can use to make calls to a web based rest api. I've spent a couple of days looking through stackoverflow.com, reading books and looking at articles whilst ...
47
votes
6answers
27k views
Is there a Wikipedia API?
On my Wikipedia user page, I run a Wikipedia script that displays my statistics (number of pages edited, number of new pages, monthly activity, etc.).
I'd like to put this information on my blog.
...
47
votes
25answers
2k views
GB English, or US English?
If you have an API, and you are a UK-based developer with a highly international audience, should your API be
setColour()
or
setColor()
(To take one word as a simple example.)
UK-based ...
42
votes
12answers
995 views
Recommendations for a scripting or plugin language for highly math-dependent user coding?
I have started a bounty for this question
...because I really want the
community's input. I can (and have)
looked at several languages /
frameworks and think 'well, this will
probably ...
41
votes
14answers
1k views
TDD: Does it get in the way of good API design?
I've never written TDD code, but I've seen a decent amount of discussion about it here on SO. My biggest concern with it is that it seems like general good API design (for flexibility, ease of use, ...
41
votes
18answers
41k views
What's a good Java API for creating Word documents?
I have a new app I'll be working on where I have to generate a Word document that contains tables, graphs, a table of contents and text. What's a good API to use for this? How sure are you that it ...
41
votes
8answers
23k views
Timezone lookup from latitude longitude
Is there any library (or even better, web service) available which can convert from a latitude/longitude into a time zone?
40
votes
39answers
4k views
What is your “favourite” Java API annoyance? [closed]
What is your "favorite" API annoyance or missing feature or misengineered part?
39
votes
21answers
2k views
Most awkward/misleading method in the .Net API? [closed]
In light of this question I thought it'd be really neat to have a similar question about C#/.Net.
So, what is the most awkward or misleading method name of the .Net and/or C# API?
38
votes
9answers
1k views
What public APIs are provided by Governments to the public?
I stumbled across NOAA's SOAP Service and it got me thinking. What other eGovernment services are provided to Business and the general public by Governments? I know the United States has a lot ...
37
votes
19answers
2k views
boolean parameters — do they smell?
I just found a bug caused by a boolean parameter... the caller thought it was controlling one thing but it was really controlling something else. So do boolean parameters smell in general? ...
37
votes
7answers
14k views
Who provides a WHOIS API?
Anyone can do WHOIS lookups through the whois command line tool or web based interfaces direct from the registrar but there are query limits which make commercial use difficult e.g. bulk checking of ...
36
votes
7answers
4k views
Find out what process registered a global hotkey? (Windows API)
As far as I've been able to find out, Windows doesn't offer an API function to tell what application has registered a global hotkey (via RegisterHotkey). I can only find out that a hotkey is ...
35
votes
4answers
583 views
API design and jQuery
I have often heard that jQuery has made some poor API decisions. Although jQuery is not my favourite library it's the library I've used most often and I find it hard to point out specific mistakes in ...
35
votes
7answers
21k views
Is there a Google Voice API?
Is there an API (officially or unofficially) for Google Voice? I would like to have an API to work with voicemails, send/receive SMS messages, initiate calls, etc. What is the Android client using? ...
34
votes
10answers
9k views
How can I lookup data about a book from its barcode number?
I'm building the world's simplest library application. All I want to be able to do is scan in a book's UPC (barcode) using a typical scanner (which just types the numbers of the barcode into a field) ...
34
votes
12answers
29k views
csv api for java
Can anyone recommend a simple API that will allow me to use read a csv input file, do some simple transformations, and then write it.
A quick google has found http://flatpack.sourceforge.net/ which ...
33
votes
12answers
2k views
Minimalistic tools for developer documentation
I am currently working on a large PHP CMS / Framework and documenting it extensively as I go along. In addition to phpdoc-style inline comments, I need to document XML structures, details on concepts ...
33
votes
3answers
9k views
Looking for suggestions for building a secure REST API within Ruby on Rails
I'm getting started on building a REST API for a project I'm working on, and it led me to do a little research as to the best way to build an API using RoR. I find out pretty quickly that by default, ...
32
votes
16answers
3k views
Is it bad practice to make a setter return “this”?
Is it a good or bad idea to make setters in java return "this"?
public Employee setName(String name){
this.name = name;
return this;
}
This pattern can be useful because then you can chain ...
31
votes
8answers
13k views
Gmail Task API exist?
Inside Gmail, there is a small function called "Task". It can allow me to enter a to-do-list. I'm wondering if there is any official / unofficial Google API to access / update the list by Java ...
31
votes
9answers
43k views
How can I get stock quotes using Google Finance API?
I'm looking for access to financial data from Google services.
I found this URL that gets the stock data for Microsoft.
What are all the possible parameters that Google allows for this kind of HTTP ...
31
votes
17answers
14k views
Is there a movie showtime api?
Does anyone know of any (preferrably free) supported api's for accessing movie showtimes by zip code?
I don't believe any existing api's, such as netflix or imdb, provide this information.
Thanks!
28
votes
12answers
26k views
Stock ticker symbol lookup API
Is there any sort of API that just offers a simple symbol lookup service? i.e., input a company name and it will tell you the ticker symbol? I've tried just screen-scraping Google Finance, but after a ...
28
votes
8answers
11k views
What is the best Twitter API wrapper/library for .NET? [closed]
I'm looking for a way to programatically generate a twitter feed for a .NET application. Any recommendations as to a good wrapper for the twitter api to ease the work?
Boaz
28
votes
14answers
3k views
How do you define a good or bad API?
Background:
I am taking a class at my university called "Software Constraints". In the first lectures we were learning how to build good APIs.
A good example we got of a really bad API function is ...
28
votes
13answers
32k views
Free SMS API
Anyone know of a free SMS API I can integrate in my web application that will enable my users to send a limited amount of free SMS messages?
27
votes
28answers
5k views
Java core API anti-Patterns. What is wrong?
Despite that the work of the guys from SUN with the Java core API is awesome, as they are humans, they are not infallible. I have read in several books some criticism about Some huge mistakes that (my ...
27
votes
7answers
4k views
Why aren't Java Collections remove methods generic?
Why isn't Collection.remove(Object o) generic?
Seems like Collection<E> could have boolean remove(E o);
Then, when you accidentally try to remove (for example) Set<String> instead of ...
26
votes
5answers
24k views
Check if user liked page
I think I'm going crazy. I can't get it to work.
I simply want to check if a user has liked my page with javascript in an iFrame app.
FB.api({
method: "pages.isFan",
page_id: ...
26
votes
25answers
2k views
What do you consider good API documentation?
I have always liked the documentation on Java APIs, generally speaking, but I know some people consider them lacking. So I'm wondering, what do you consider a good example of API documentation?
...
26
votes
8answers
6k views
C#: Perform Operations on GPU, not CPU (Calculate Pi)
I've recently read a lot about software (mostly scientific/math and encryption related) that moves part of their calculation onto the GPU which causes a 100-1000 (!) fold increase in speed for ...
26
votes
11answers
4k views
How to obtain longitude and latitude for a street address programmatically (and legally)
Supposedly, it is possible to get this from Google Maps or some such service. (US addresses only is not good enough.)
26
votes
11answers
8k views
What online brokers offer APIs?
So I'm getting really sick of E*TRADE and, being a developer, would love to find an online broker that offers an API. It would be great to be able to write my own trading tools, and maybe even modify ...
25
votes
13answers
1k views
How far to go with a strongly typed language?
Let's say I am writing an API, and one of my functions take a parameter that represents a channel, and will only ever be between the values 0 and 15. I could write it like this:
void Func(unsigned ...
25
votes
3answers
490 views
US Government APIs?
I'm working on an app to provide an easy way for people to track the status of a bill [and various other political information]. I love the idea of OpenCongress, for instance, which surfaces summary ...
24
votes
10answers
6k views
Alternative to Google Translate API?
Google have announced that they are sunsetting the Translate API. Does anyone know of a similar REST based service ? Yahoo have or used to have babelfish, but I can't find an API for it.
24
votes
4answers
1k views
PHP API for Hotmail?
Is there a way to retreive EMAIL (not contacts) using a Hotmail PHP Api? Is there EVEN one?
24
votes
2answers
3k views
How should I create a REST API using Rails 3.0?
I can't seem to find much information on the web about the different approaches to building a REST API in Rails; so I kinda have two questions:
Can someone point me to some articles that show the ...