v1
latestOpenAPI 3.0.12026-07-17142140.0 KBList Resources
Gets list of all available resource entries or filtered entries based on provided criteria. Note: The page attribute in the response of the /search endpoint begins with 0, but the page attribute in the response of the List Resources endpoint begins with 1.
Query parameters
Whether the resource is free or not. To search for free resources, make a GET request to /resources?free=true.
Language(s) of the resource. For example, to filter for Python and JavaScript resources, make a GET request to /resources?languages=python&languages=javascript
Category of resource. For example, to filter for book resources, make a GET request to /resources?category=books.
Filters resources that were updated after the specified date. To get all resources updated after July 17, 2019, use /resources?updated_after=2019-07-17
Response
A list of resources