Search the API Reference:
Web Services - api/trans/raw
Service Details
| Service path | https://api.freebase.com/api/trans/raw |
|---|---|
| Permits HTTP GET | true |
| Permits HTTP POST | false |
| Requires authentication | false |
| Extra arguments ignored | true |
Arguments
| Name | Type | Default Value | Format |
|---|---|---|---|
| callback | Optional | string |
Notes
Gets the raw blob via CDB
Examples:
https://api.freebase.com/api/trans/raw/guid/9202a8c04000641f8000000003cbdd2d
With callback:
https://api.freebase.com/api/trans/raw/guid/9202a8c04000641f8000000006cf5891?callback=foo
Note that the ID (/guid/9202a8c04000641f8000000003cbdd2d) is the ID of a /common/document associated with a topic, not the ID of the topic itself. Thus, given a topic, you must first issue a MQL query read for a /common/document associated with it through the /common/topic/article:
{ "id" : topicID,
"article" : [{ "id" : null, "optional" : true, "limit" : 1 }]
}
For additional information on using the callback parameter to generate a JSONP response,
or using onsucceed and onfail to redirect to a URI template, see
Common API Headers and Parameters.