GET /api/resources/list
Summary: List resources
Operation ID: listResources
Auth: none
Operation ID: listResources
Auth: none
Description
Retrieve a paginated list of NanoHUB resources including teaching materials, online presentations, tools, courses, and publications.
Parameters (4)
limit
(integer, query, optional, default: 20)
Maximum number of resources to return
search
(string, query, optional)
Search query string to filter resources
start
(integer, query, optional, default: 0)
Offset for pagination
type
(string, query, optional)
Filter by resource type (e.g., tool, course, teachingmaterials)
Constraints: {'enum': ['tool', 'course', 'teachingmaterials', 'onlinepresentation', 'publication', 'animation', 'download']}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| List all resources with defaults | curl |
https://nanohub.org/resources/api/resources/list |
|
| Search for nanotechnology tools | curl |
https://nanohub.org/resources/api/resources/list?search=nanotechnology&type=tool |
|
| Paginated list of courses | curl |
https://nanohub.org/resources/api/resources/list?type=course&limit=10&start=20 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:35:14.082734 | 404 | 538ms | |
| 2026-03-23 09:30:17.408675 | 404 | 642ms | |
| 2026-03-23 09:07:39.778359 | 404 | 526ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:30:17.408675 | a1eadd12a34b |
09fae2c4f7e2 |
| 2026-03-23 10:35:14.082734 | 09fae2c4f7e2 |
4fa77c8ab1d1 |