Saturday, January 31, 2009

http://upcoming.yahoo.com/services/api/ for finding events...

Flicker API for images http://www.flickr.com/services/api/

Yahoo maps API http://gallery.yahoo.com/maps

Use this: http://developer.yahoo.com/maps/ajax/
Wonderful use: http://www.dataffect.com/usgs/#



Order matters: As is the case generally with JavaScript and CSS, order matters; javascript and css files should be included in the order specified above. If you include files in the wrong order, errors may result.

api.php?action=query&meta=siteinfo&siprop=namespaces&format=xml
api.php?action=query&generator=search&gsrsearch=meaning&prop=info
api.php?action=query&generator=search&gsrsearch=meaning&prop=info&meta=siteinfo&siprop=namespaces&format=xml


get all the pages which uses given image title
api.php?action=query&generator=imageusage&giutitle=Image:Albert%20Einstein%20Head.jpg&prop=info

return all the images given in a page
api.php?action=query&generator=images&titles=Main%20Page&prop=info

this is themoviedb.org API's

good for movie name caste actors and youtube links
http://api.themoviedb.org/2.0/docs/details/movie.search.html
Also helpful in getting information
Need to call first search method and extract movie id
use that movie id for fetching information.

TheMovieDB will be very useful in searching for movie information and related information.

No comments:

Post a Comment