[Developers] [site-feedback] [feature] Article text
Dan Milbrath
dmilbrath at metaweb.com
Wed Mar 5 18:16:19 UTC 2008
Igor,
Freebase doesn't actually store the full Wikipedia article. That said, you shouldn't be getting an application error.
Questions like these are best fielded on the developer mailing list.
http://lists.freebase.com/mailman/listinfo/developers
Perhaps someone on the list can give you a better explanation as to why you're seeing this.
- Dan
----- Original Message -----
From: site-feedback-service at freebase.com
To: site-feedback at freebase.com
Sent: Wednesday, March 5, 2008 3:40:43 AM (GMT-0800) America/Los_Angeles
Subject: [site-feedback] [feature] Article text
From: igorcoder <igor.coder at gmail.com>
Category: feature
Summary: Article text
Message:
Hello,
I have some difficulties with getting articles :
-- to get user article, I use
{ "query" : { "/common/topic/article" : [{ "guid":null, "optional" : true }], "/common/topic/image" : [{ "id" : null, "optional" : true }], "album" : [{ "name" : null, "id" : null, "optional" : true }], "id" : "/topic/en/stevie_wonder", "name" : null, "type" : "/music/artist" } }
-- then I got
article guid - #9202a8c04000641f80000000001170a3
-- to show a few words of article, I use
http://www.freebase.com/api/trans/blurb/%239202a8c04000641f80000000001170a3 or http://www.freebase.com/api/trans/blurb/guid/9202a8c04000641f80000000001170a3
-- I'm trying to show all article or at least few more and as I understand for this I should use
http://www.freebase.com/api/trans/raw/%239202a8c04000641f80000000001170a3 or http://www.freebase.com/api/trans/raw/guid/9202a8c04000641f80000000001170a3
but in this case I getting ("status": "400 Application Error".....)
how to get full article? help please
--
Thank you,
Igor
More information about the Developers
mailing list