Limitations
There are fixed limits on some operations.
- The API is rate limited. See Rate limiting for further information.
- You can create up to 100 lists per user account. If you try to create a list once this limit has been reached, the API will respond with a 403 Forbidden status code.
- You can create up to 1000 items per list. If you try to add an item to a list which already contains this number of items, the API will respond with a 403 Forbidden status code.
- Each item can contain up to 1 KB of JSON data. If you try to create or update an item with more than this amount of data, the API will respond with a 413 Request Entity Too Large status code.
- The total amount of data stored across all lists must not exceed 100 MB. If you try to create or update an item that would cause the total data size to go above this limit, the API will respond with a 403 Forbidden status code.