# Mock API and sandbox

Mock API using mock server

{% embed url="<https://jsonplaceholder.typicode.com>" %}

To get some random TODO&#x20;

```
https://jsonplaceholder.typicode.com/todos
```

To simulate an error getting some todo

```
https://jsonplaceholder.typicode.com/todos/201
```
