Freebase get all Movies by Actor -
Freebase get all Movies by Actor -
i trying que freebase actors movies, managed films topic query, if seek search movies id found there , "null" response
can plz help me here, how can actors movies metadata parsing title, artwork etc?
currently stuck @ here:
var que = '[{ "type": "/film/film", "name": null, "mid": "/m/02byfd" }]'; var json = json.stringify(eval("(" + que + ")")); var url2 = 'https://www.googleapis.com/freebase/v1/mqlread?query=' + json; $.getjson(url2,function(data){ console.log(data); })
the id id topic response @ film/actor
thx help
it's hard tell you're after question, if want freddie prinz, jr.'s films, can this:
[{ "id": "/m/02byfd", "name": null, "/film/actor/film": [{ "film": null, "id": null, "character": null }] }]
that query homecoming not cinema name , id, character's name in film.
freebase
Comments
Post a Comment