Domains & Types » Freebase » Freebase API service

Freebase API service

  • Name
  • Status
  • Accessible via
  • Login required
  • Permits HTTP GET
  • Permits HTTP POST
  • Special headers
  • Arguments - Argument
  • Arguments - Argument type
Hide Type Description
This type provides documentation for the various web services exposed by the Freebase API.
Items 1 - 12 (of 12 total in Freebase)
Sort by
  • Freebase API service, Freebase Documentation, Freebase documentation tag
    The mqlread service is used to perform read-only queries on Freebase data.It is required that you supply one of:query : a single MQL query queries : a list of MQL queries
  • Freebase API service, Freebase documentation tag
    Execute a MQL write query and return the results to client.As with mqlread, one or the other of query/queries is required.
  • Freebase API service, Freebase Documentation
    Provides basic text search service, based on a query string and some optional constraints. query:the string to do a search for prefix:a prefix to do an auto-complete on (may be incomplete) type: type(s) of items to match for strict: how to match the type(s) ?  ...
  • Freebase API service, Freebase Documentation, Freebase documentation tag
    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. Sample response:
  • raw
    Freebase API service, Freebase Documentation
    Gets the raw blob via CDB.The response type will be the same as the content-type or media type of the content object being requested.
  • Freebase API service, Freebase Documentation
    Gets a blurbified version of blobs via CDB.The response format will be the same as the content-type or media type of the content object being requested.This service will only work on blobs whose content-type and/or media-type is of the form text/.... In all other cases...
  • Freebase API service, Freebase Documentation
    Thumbnails an image to the requested size.Response type depends on the type of the image being thumbnailed.  Eg. if it's a JPG it will be image/jpeg. The thumbnailing rules are: The aspect ratio of the source image is always preserved. Images are never upscaled (it...
  • Freebase API service, Freebase Documentation
    Logs in a user into the system by validating username and password against the auth database.Sample response: { "status":"200 OK", "code":"/api/status/ok", "messages": [{ "username": "$username$", "message": "Login succeeded", "code":"/api...
  • Freebase API service, Freebase Documentation
    End user's authenticated session.Sample response: { "status": "200 OK", "code": "/api/status/ok", "messages": [{ "message": "Logout succeeded", "code":"/api/status/ok/account/logout" }] }
  • Freebase API service
    Returns the current version of Metaweb software.  Example response: gd/dev/46:39831 me/dev/101:40836 client/dev/59:40822 Each line indicates the precise version of one component of the Freebase system.  The precise list of components is likely to change over...
  • Freebase API service
    A REST API to handle the reconciliation problem, summed up as "Tell me which freebase topic, if any, some data corresponds to."The reconciliation service exists to help with the importing and interfacing of larger data sources with Freebase.  The first...
  • Freebase Documentation, Freebase API service
    A simple test of the current Freebase server.   This is primarily used for operational testing and validation and should not generally be used by client software.