user2243
user2243

Reputation: 11

Google API Translation

https://www.googleapis.com/language/translate/v2?key=INSERT-YOUR-KEY&q=hello%20world&source=en&target=de

In this URL, what is INSERT-YOUR-KEY? Any good tutorials on that?

Upvotes: 1

Views: 1462

Answers (2)

Jason LeBrun
Jason LeBrun

Reputation: 13293

If you are planning on using an API for a project, a highly recommended first step is to read the official documentation through fully: http://code.google.com/apis/language/translate/v2/getting_started.html

From the introduction:

You need a Google account to use this API. If you already have a Google Account, then you can visit the Google APIs console to set up a new project and get your API key.

Upvotes: 2

sarnold
sarnold

Reputation: 104080

You need a Google API key in order to use Google-provided APIs: http://code.google.com/apis/loader/signup.html

Upvotes: 0

Related Questions