Showwcase Shows
Get Get Shows
gethttps://cache.showwcase.com/projects
Query
Field | Type | Description |
---|---|---|
username | string | Filter by author's username |
category | string | Filter by shows's category |
draft | string | Filter by draft state. |
search | string | Filter by search term. |
skip Default value: 0 | number | Pagination offset. |
limit Default value: 15 | number | Pagination limit. (Max value 100) |
Categories
gethttps://cache.showwcase.com/projects/categories
Success Response (HTTP/1.1 200 OK)
[
{
"name": "Blog",
"category": "blog"
},
...
]
Featured Shows
Some shows deserve special recognition. Showwcase team reads every show and come across such show assigns it a special property featured
.
gethttps://cache.showwcase.com/projects/featured
Query
Field | Type | Description |
---|---|---|
skip Default value: 0 | number | Pagination offset. |
limit Default value: 15 | number | Pagination limit. (Max value 100) |