MATLAB API
ThingSpeak IoT platform API for collecting, reading, and writing sensor data through public and private channels, with support for field-level queries, date-range filtering, and data aggregation.
Screenshot:
Slug: mathworks
Key:
Base URL:
Auth: none
Endpoints: 11
Reachable: yes
CORS: unknown
Tier: verified
Last checked: 2026-03-14 16:08:35.060342
Key:
mathworks.com:matlab-apiBase URL:
https://www.mathworks.com/matlabcentral/Auth: none
Endpoints: 11
Reachable: yes
CORS: unknown
Tier: verified
Last checked: 2026-03-14 16:08:35.060342
Links
Homepage: https://www.mathworks.com/help/thingspeak/
API Base:
API Base:
https://www.mathworks.com/matlabcentral/
Documentation:
- MATLAB API Documentation official
Topics
Tutorials
- Getting Started with ThingSpeak — I can read live and historical sensor data from public ThingSpeak IoT channels — temperature, air quality, humidity, pressure, or any measurement a device logs — in a single unauthenticated GET.
Skills
- Read thingspeak sensor data — I can read live and historical sensor data from public ThingSpeak IoT channels — temperature, air quality, humidity, pressure — in a single unauthenticated GET, no key needed for public channels.
Endpoints (12)
| Path | Summary | Response | Auth |
|---|---|---|---|
| channels/public.json | List public channels | application/json |
none |
| channels/public.{format} | List Public Channels | application/json |
none |
| channels/{channel_id}.json | Get channel information | application/json |
api_key |
| channels/{channel_id}/feeds.json | Get channel feeds | application/json |
api_key |
| channels/{channel_id}/feeds.{format} | Read Channel Feeds | application/json |
api_key |
| channels/{channel_id}/feeds/last.{format} | Get Last Entry | application/json |
api_key |
| channels/{channel_id}/fields/{field_id}.{format} | Read Specific Field | application/json |
api_key |
| channels/{channel_id}/fields/{field_number}.json | Get specific field data | application/json |
api_key |
| channels/{channel_id}/status.json | Get channel status updates | application/json |
api_key |
| update.json | Update channel (GET method) | application/json |
api_key |
| update.json | Update channel (POST method) | application/json |
api_key |
| update.{format} | Write Channel Data (GET) | ? |
api_key |