Reputation: 191
I am trying to query the google freebase Api. this is the query I want: http://www.freebase.com/query?autorun=1&q=%22id%22:%22/m/0bth54%22,%22/film/film/imdb_id%22:[] and when I try to search the google api to return json it raise error with this url: googleapis.com/freebase/v1/mqlread?query={{%22/film/film/imdb_id%22:[],%22id%22:%22/m/027pfg%22}} . What am I doing wrong??
Upvotes: 0
Views: 214
Reputation: 10540
There are three things wrong:
https::
www.
If you click on the Link
button in the query editor from your first URL, it'll give you an MQLread URL that you can just cut and paste:
Upvotes: 3