Search the API Reference:
Web Services - api/status
Service Details
| Service path | https://api.freebase.com/api/status |
|---|---|
| Permits HTTP GET | true |
| Permits HTTP POST | false |
| Requires authentication | false |
| Response format | text/plain |
Arguments
None
Notes
Provides detailed status information for various Freebase services
Sample response
{
"relevance": "OK",
"graph": "OK",
"code": "/api/status/ok",
"status": "200 OK",
"blob": "OK"
}
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.