Search the API Reference:
Web Services - api/service/mqlwrite
Service Details
| Service path | https://api.freebase.com/api/service/mqlwrite |
|---|---|
| Permits HTTP GET | false |
| Permits HTTP POST | true |
| Requires authentication | true |
| Extra arguments ignored | true |
| Response format | application/json |
| Required headers: | X-Metaweb-Request, X-Requested-With |
Arguments
| Name | Type | Default Value | Format |
|---|---|---|---|
| queries | Required | JSON | |
| query | Required | JSON |
Notes
The mqlwrite service is used to perform insertions, deletions, and updates to Freebase data. Unlike mqlread, the programmatic use of mqlwrite requires authentication.
If you are writing Acre scripts, then you should use the convenient function acre.freebase.mqlwrite instead of issuing HTTP requests to this web service.
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.