graph.freebase.com
Summary
The graph api allows you to quickly and easily read data from Freebase.
Examples
Object Properties: /id
The Simpsons
http://graph.freebaseapps.com/the_simpsons
Bob Dylan with Facebook username
http://graph.freebaseapps.com/facebook.bobdylan
James Cameron with IMDB key
http://graph.freebaseapps.com/imdb.name.nm0000116
Connections: /id/property
Bob Dylan's Labels
http://graph.freebaseapps.com/bob_dylan/labels
The Dark Knight's actors
http://graph.freebaseapps.com/the_dark_knight/actors
Paging: /id/property?page=X
SF 49ers players
http://graph.freebaseapps.com/san_francisco_49ers/players?page=1
JSONP Support: ?callback=FOO
Twitter
http://graph.freebaseapps.com/twitter?callback=foo
Remove ?html=1 for raw JSON response
Learn more
about how this API was implemented in Acre