Main Content

List Your Public Channels

List channels for username with HTTP GET

Request

HTTP Method

GET

URL

https://api.thingspeak.com/users/<user_id>/channels.<format>

URL Parameters

NameDescription

<user_id>

(Required) User ID for the channels of interest.

<format>

(Required) Format for the HTTP response, specified as json or xml.

Example: https://api.thingspeak.com/users/cstapels/channels.json

Query String Parameters

NameDescriptionValue Type
tag

(Optional) Specify a tag to search for in public channels.

string

Response

Success

HTTP Status Code

200 OK

Body

 JSON Example

 XML Example

Error

For the full list, see Error Codes.

Go to top of page