MATLAB API

ThingSpeak is an IoT platform by MathWorks that allows users to collect, visualize, and analyze data from sensors and devices. This API provides access to public IoT channels, sensor data feeds, and channel management capabilities.

Claim this API

Are you the operator of MATLAB API? Submit a claim to establish contact with us.

Report an Issue

Found something wrong with MATLAB API? Let us know about broken links, changed auth, deprecated endpoints, or other issues.

Base URL: https://www.mathworks.com/matlabcentral/
Auth: unknown
Endpoints: 11
Reachable: yes
CORS: unknown
Last checked: 2026-03-14 16:08:35.060342

Links

Homepage: https://www.mathworks.com/help/thingspeak/
API Base: https://www.mathworks.com/matlabcentral/
Documentation:

Topics

AI_ML, CLOUD, IOT

Endpoints

Method Path Summary Auth Last Status Latency
GET /channels/public.json List public channels
GET /channels/public.{format} List Public Channels
GET /channels/{channel_id}.json Get channel information
GET /channels/{channel_id}/feeds.json Get channel feeds
GET /channels/{channel_id}/feeds.{format} Read Channel Feeds
GET /channels/{channel_id}/feeds/last.{format} Get Last Entry
GET /channels/{channel_id}/fields/{field_id}.{format} Read Specific Field
GET /channels/{channel_id}/fields/{field_number}.json Get specific field data
GET /channels/{channel_id}/status.json Get channel status updates
GET /update.json Update channel (GET method)
POST /update.json Update channel (POST method)
GET /update.{format} Write Channel Data (GET)