Search the API Reference:
Web Services - api/version
Service Details
| Service path | https://api.freebase.com/api/version |
|---|---|
| Permits HTTP GET | true |
| Permits HTTP POST | false |
| Requires authentication | false |
| Response format | text/plain |
Arguments
None
Notes
Displays software version information for gd, me, client (cdb, relevance)
Sample response
{
"me": "me/dev/107/pyroot:49252",
"index": "relevance/dev/20:46892",
"client": "client/dev/66:49696",
"status": "200 OK",
"cdb": "cdb/dev/11/mwbuild:47001",
"code": "/api/status/ok",
"graph": "gd/dev/48:49434",
"server": "qa.sfo1.metaweb.com"
}
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.