v1

latestOpenAPI 3.0.12026-07-17142140.0 KB
List Resources

List 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.

get/resources

Query parameters

freeboolean

Whether the resource is free or not. To search for free resources, make a GET request to /resources?free=true.

languagesstring

Language(s) of the resource. For example, to filter for Python and JavaScript resources, make a GET request to /resources?languages=python&languages=javascript

categorystring

Category of resource. For example, to filter for book resources, make a GET request to /resources?category=books.

updated_afterstring date-time

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

apiVersionstring

API version

has_nextboolean

Additional pages

has_previousboolean

Previous pages

number_of_pagesinteger

Total pages

pageinteger

Current page

records_per_pageinteger

Records per page

statusstring

Status message

status_codeinteger

Status code

total_countinteger

Total resources retrieved