created: 20181002125954409
modified: 20181002135401854
tags: [[WebServer API]]
title: WebServer API: Get Rendered Tiddler
type: text/vnd.tiddlywiki

Gets a rendering of the specified tiddler. See [[using the read-only single tiddler view|Using the read-only single tiddler view]] for more details.

```
GET /{title}
```

Parameters:

* ''title'' - URI encoded title of the tiddler to render

Response:


* 200 OK
*> `Content-Type: <content-type>`
*> Body: tiddler rendering
* 404 Not Found
