v1

latestOpenAPI 3.0.12026-07-17142140.0 KB
Search

Search

Searches for resources containing a given keyword. For example, to search for any resource containing the term binary trees, make a GET request to search?q=binary trees 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/search

Query parameters

qstring required

Keyword(s) to search for across all of the data

freeboolean

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

{"stackTrail":"paths:/search:get:parameters:2:schema:items","oasType":"schema","type":"unknown"}

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

categorystring

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

Response

Search results

apiVersionstring

API version

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