Twitter API Explorer

POST lists (create)

Creates a new list for the authenticated user. Accounts are limited to 20 lists.

http://api.twitter.com/1/{{user}}/lists.{{response_format}}

false

One of the following parameters is required:

Required Parameters:

  • The username of the user.

  • The name of the list you are creating.

Optional Parameters:

  • Whether your list is public or private. Values can be public or private. Lists are public by default if no mode is specified.


* You need to first to make authenticated request.

Built by Ricky (@r1cky on Twitter)

A Django site.