Pixela API Document

API Document for Pixela ( https://pixe.la/ ) .

GET - /v1/users/<username>/graphs/<graphID>.html

Description

Displays the details of the graph in html format.

Help page

Graph - Pixela Help Center

HTTP Method , API endpoint

GET /v1/users/<username>/graphs/<graphID>.html

Query Parameter

Key type Description
mode string [optional] You can get a very simple html response by specifying simple or simple-short with this parameter.
Useful in combination with iframe tags.

Possible errors by HTTP response status code

  • 404 Not Found
    • This error occurs when your request destination does not exist.
    • This error also occurs when authentication to the request destination is not successful.
  • 500 Internal Server Error
    • Status in the event of an unexpected error. Retrying the request may be successfully processed.

Example

$ open https://pixe.la/v1/users/a-know/graphs/test-graph.html
$ open https://pixe.la/v1/users/a-know/graphs/test-graph.html?mode=simple