Share This
table started by
skud for the Freebase Commons
There is no user-contributed description yet.
Add More Topics
Save this view to a base, or just for yourself.
63 Freebase API service argument topics matching:
Filter this Collection
Sort by
Date Added
↓
|
|
|
||||||
|---|---|---|---|---|---|---|---|
| x Service | x Argument | x Argument type | x Format | x Default value | |||
| x name | x image | x article | |||||
| api/account/login |
Logs a user into the system by validating username and password against the auth database
|
username | Required | string | |||
| api/account/login |
Logs a user into the system by validating username and password against the auth database
|
password | Required | string | |||
| api/account/login |
Logs a user into the system by validating username and password against the auth database
|
rememberme | Optional | ||||
| api/service/mqlread |
The mqlread service is used to perform read-only queries on Freebase data.
MQL queries must be wrapped in an envelope consisting of two JSON objects before being sent to mqlread. This is explained in detail in section 4.2.4 of the The...
|
query | Required | JSON | |||
| api/service/mqlread |
The mqlread service is used to perform read-only queries on Freebase data.
MQL queries must be wrapped in an envelope consisting of two JSON objects before being sent to mqlread. This is explained in detail in section 4.2.4 of the The...
|
queries | Required | JSON | |||
| api/service/mqlwrite |
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...
|
query | Required | JSON | |||
| api/service/mqlwrite |
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...
|
queries | Required | JSON | |||
| api/service/search |
Name search Description Provides text search based on a query string and optional constraints. Accessible Via /api/service/search HTTP GET Yes HTTP POST Yes Special Headers None Login Required No Required Arguments query: the string...
|
query | Required | string | |||
| api/service/search |
Name search Description Provides text search based on a query string and optional constraints. Accessible Via /api/service/search HTTP GET Yes HTTP POST Yes Special Headers None Login Required No Required Arguments query: the string...
|
prefixed | Optional | Boolean | |||
| api/service/search |
Name search Description Provides text search based on a query string and optional constraints. Accessible Via /api/service/search HTTP GET Yes HTTP POST Yes Special Headers None Login Required No Required Arguments query: the string...
|
type | Optional | string | /location/citytown | ||
| api/service/search |
Name search Description Provides text search based on a query string and optional constraints. Accessible Via /api/service/search HTTP GET Yes HTTP POST Yes Special Headers None Login Required No Required Arguments query: the string...
|
limit | Optional | Integer | 20 | ||
| api/service/search |
Name search Description Provides text search based on a query string and optional constraints. Accessible Via /api/service/search HTTP GET Yes HTTP POST Yes Special Headers None Login Required No Required Arguments query: the string...
|
start | Optional | Integer | 0 | ||
| api/service/search |
Name search Description Provides text search based on a query string and optional constraints. Accessible Via /api/service/search HTTP GET Yes HTTP POST Yes Special Headers None Login Required No Required Arguments query: the string...
|
escape | Optional | string | html | ||
| id | Required | string | |||||
| api/trans/blurb |
Gets a blurbified version of blobs via CDB Note that the ID (/guid/9202a8c04000641f800000000001daf5) 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...
|
maxlength | Optional | Integer | 200 | ||
| api/trans/blurb |
Gets a blurbified version of blobs via CDB Note that the ID (/guid/9202a8c04000641f800000000001daf5) 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...
|
break_paragraphs | Optional | Boolean | false | ||
| api/trans/image_thumb |
Thumbnails an image to the requested size.
There are two levels of failover for this service now:
|
maxwidth | Optional | Integer | |||
| api/trans/image_thumb |
Thumbnails an image to the requested size.
There are two levels of failover for this service now:
|
maxheight | Optional | Integer | |||
| api/trans/image_thumb |
Thumbnails an image to the requested size.
There are two levels of failover for this service now:
|
onfail | |||||
| api/trans/raw |
Gets the raw blob via CDB 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...
|
callback | Optional | string | |||
| api/trans/blurb |
Gets a blurbified version of blobs via CDB Note that the ID (/guid/9202a8c04000641f800000000001daf5) 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...
|
callback | Optional | string | |||
| dataserver/reconciliation |
This service is now defunct. It previously offered a REST API to handle the reconciliation problem, summed up as "Tell me which freebase topic, if any, some data corresponds to." Matching was performed via string-distance from the name of the...
|
name | Required | string | |||
| dataserver/reconciliation |
This service is now defunct. It previously offered a REST API to handle the reconciliation problem, summed up as "Tell me which freebase topic, if any, some data corresponds to." Matching was performed via string-distance from the name of the...
|
responseType | Optional | string | json | ||
| dataserver/reconciliation |
This service is now defunct. It previously offered a REST API to handle the reconciliation problem, summed up as "Tell me which freebase topic, if any, some data corresponds to." Matching was performed via string-distance from the name of the...
|
types | Required | Comma-Separated Values | /common/topic | ||
| strict | Optional | string | |||||
| None | |||||||
| surrounds | Optional | string | |||||
| surrounds_strict | Optional | string | any | ||||
| Required | JSON | ||||||
| queries | Required | JSON | |||||
| api/service/form_upload |
Provides upload services to upload any BLOB into metaweb via HTML forms.
The service also creates and executes a MQL query to register the content object in the graph and associate it with an existing document or newly created document as the case...
|
file | Required | string | |||
| api/service/form_upload |
Provides upload services to upload any BLOB into metaweb via HTML forms.
The service also creates and executes a MQL query to register the content object in the graph and associate it with an existing document or newly created document as the case...
|
document | Optional | string | |||
| api/service/form_upload |
Provides upload services to upload any BLOB into metaweb via HTML forms.
The service also creates and executes a MQL query to register the content object in the graph and associate it with an existing document or newly created document as the case...
|
content_type | Required | string | |||
| api/service/form_upload |
Provides upload services to upload any BLOB into metaweb via HTML forms.
The service also creates and executes a MQL query to register the content object in the graph and associate it with an existing document or newly created document as the case...
|
use_permission_of | Optional | string | |||
| api/service/form_upload_image |
The service also creates and executes a MQL query to register the content object in the graph and associate it with an existing document or newly created document as the case may be.
|
content_type | Required | string | |||
| api/service/form_upload_image |
The service also creates and executes a MQL query to register the content object in the graph and associate it with an existing document or newly created document as the case may be.
|
use_permission_of | Optional | string | |||
| api/service/form_upload_image |
The service also creates and executes a MQL query to register the content object in the graph and associate it with an existing document or newly created document as the case may be.
|
file | Required | string | |||
| api/service/form_upload_image |
The service also creates and executes a MQL query to register the content object in the graph and associate it with an existing document or newly created document as the case may be.
|
document | Optional | string | |||
| api/service/uri_submit_image |
Upload an image to metaweb by specifying a URL. This service was specifically designed to be used with the flipbook in the client and has restrictions as to what you can upload.
|
content_type | Optional | string | |||
| api/service/uri_submit_image |
Upload an image to metaweb by specifying a URL. This service was specifically designed to be used with the flipbook in the client and has restrictions as to what you can upload.
|
URI | Required | string | |||
| api/service/uri_submit_image |
Upload an image to metaweb by specifying a URL. This service was specifically designed to be used with the flipbook in the client and has restrictions as to what you can upload.
|
document | Optional | string | |||
| api/service/uri_submit |
Upload any resource via a URL
|
document | Optional | string | |||
| api/service/uri_submit |
Upload any resource via a URL
|
content_type | Optional | string | |||
| api/service/uri_submit |
Upload any resource via a URL
|
URI | Required | string | |||
| api/service/create_private_domain |
If the display name is not provided the domain_key is used as the display name. The domain key can be a maximum of 4k characters in length It can be composed of any valid utf8 character, with the exception that if the ascii encoding value is less...
|
domain_key | Required | string | |||
| api/service/create_private_domain |
If the display name is not provided the domain_key is used as the display name. The domain key can be a maximum of 4k characters in length It can be composed of any valid utf8 character, with the exception that if the ascii encoding value is less...
|
display_name | Required | string | |||
| api/service/delete_private_domain |
Deletes an empty private domain for the user in the /user/username namespace OR in the case of an utf-8 domain name
|
domain_key | Required | string | |||
| api/service/search |
Name search Description Provides text search based on a query string and optional constraints. Accessible Via /api/service/search HTTP GET Yes HTTP POST Yes Special Headers None Login Required No Required Arguments query: the string...
|
format | Optional | string | json, id, or guid | ||
| surrounds_exclude | Optional | string | |||||
| api/service/search |
Name search Description Provides text search based on a query string and optional constraints. Accessible Via /api/service/search HTTP GET Yes HTTP POST Yes Special Headers None Login Required No Required Arguments query: the string...
|
domain | Optional | string | |||
| type_exclude | Optional | string | |||||
| api/service/search |
Name search Description Provides text search based on a query string and optional constraints. Accessible Via /api/service/search HTTP GET Yes HTTP POST Yes Special Headers None Login Required No Required Arguments query: the string...
|
domain_strict | Optional | string | |||
| api/service/search |
Name search Description Provides text search based on a query string and optional constraints. Accessible Via /api/service/search HTTP GET Yes HTTP POST Yes Special Headers None Login Required No Required Arguments query: the string...
|
mql_output | Optional | JSON | |||
| threshold | Optional | Integer | |||||
| api/service/search |
Name search Description Provides text search based on a query string and optional constraints. Accessible Via /api/service/search HTTP GET Yes HTTP POST Yes Special Headers None Login Required No Required Arguments query: the string...
|
type_strict | Optional | string | any | ||
| api/service/search |
Name search Description Provides text search based on a query string and optional constraints. Accessible Via /api/service/search HTTP GET Yes HTTP POST Yes Special Headers None Login Required No Required Arguments query: the string...
|
timeout | Optional | Integer | |||
| domain_exclude | Optional | string | |||||
| api/service/search |
Name search Description Provides text search based on a query string and optional constraints. Accessible Via /api/service/search HTTP GET Yes HTTP POST Yes Special Headers None Login Required No Required Arguments query: the string...
|
mql_filter | Optional | JSON | |||
| api/service/user_info |
Provides basic information about logged in user
|
mql_output | Optional | ||||
| api/trans/image_thumb |
Thumbnails an image to the requested size.
There are two levels of failover for this service now:
|
mode | Optional | string | fit | ||